S
Steve Mc
How can that be done ? Want folders and sub-folders only, not the individual
files.
Thanks,
--
Steve Mc
DNA to SBC to respond
files.
Thanks,
--
Steve Mc
DNA to SBC to respond
Have a look here: http://www.karenware.com/powertools/ptdirprn.aspHow can that be done ? Want folders and sub-folders only, not the individual
files.
Thanks,
Steve said:How can that be done ? Want folders and sub-folders only, not the individual
files.
Thanks,
Bruce Chambers said:From the command prompt (Start > Run > Cmd.exe), simply change to the
desired directory and type "dir > filelist.txt" or "dir > lpt1," just as
you used to do in DOS. Any of the switches for the DIR command (type "dir
/?") will work with this command, if you wish to modify the output. You
can then subsequently edit the resulting text file using NotePad, WordPad,
Word, etc.
Alternatively:
HOW TO Add a Print Directory Feature for Folders in Windows XP
http://support.microsoft.com/?kbid=321379
Steve said:Thank you.
Been I long time since I DOS'ed anything.
I asked for all sub folders and no individual files, but didn't realize that
was still going to be overkill.
Is there a command that would maybe print just one subfolder from the
directory I'm changed to ?
Such as:
My Documents\My Music
My Documents\My Pictures
etc.
Also, is the a:d requesting also those drives also ? It only printed the C
stuff, but a and d were not being used at the time ?
Omit the /s switch and you will get the folder list from the current
directory only:
dir /b /a:d >c:\dirlist.txt
One last DOS question, if you don't mind.
I'm trying to change directories ,via the CD command, to my external hard
drives, but it doesn't seem to be working.
such as from main command prompt C:\Documents and Settings\Steve>
cd:\my documents goes to that directory , but my externals G:\ and
N:\ I can't get cd to recognize.
Ken Blake said:You don't switch drives with CD
Simply type g: or n:
That will take you to the drive. Then you can use CD to switch to
whatever folder you want in the drive.