Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: help with some things in dos  (Read 9955 times)

0 Members and 1 Guest are viewing this topic.

billrich

  • Guest
Re: help with some things in dos
« Reply #30 on: September 19, 2009, 08:38:35 PM »

C:\>type  htmldrive.bat
Code: [Select]
REM  htmldrive.bat  E
@echo off

%1:
For /f "delims=" %%a in ('dir /b /s *.htm') do echo %%a

Output:

C:\>
C:\>htmldrive.bat E

C:\>REM  htmldrive.bat  E
E:\bookmark.htm
E:\eTrust EZ AntivirusS.htm
E:\maukiegrey.htm
E:\signature.html
E:\so.htm
E:\South.htm
E:\upgrade.htm
E:\walkthetalk_swf.htm
E:\CH.pps\aP Lite Flash\index.html
E:\CH.pps\PowerPoint\index.html

E:\>
« Last Edit: September 19, 2009, 09:01:41 PM by billrich »