View Full Version : HOW TO: Add a "Save Directory" Feature to windows xp
HOW TO: Add a "Save Directory" Feature to windows xp. I
know how to print a directory but, I would also like to
save it's listing.
Rick \Nutcase\ Rogers
January 6th 04, 09:01 PM
Hi,
Open a command prompt (start/run cmd), then CD\ to the directory, run:
DIR> listing.txt
To create a text file listing the contents of the directory. Add the /s
switch to get content lists of the subdirectories.
--
Best of Luck,
Rick Rogers aka "Nutcase" MS-MVP - Win9x
Windows isn't rocket science! That's my other hobby!
http://mvp.support.microsoft.com/
Associate Expert - WinXP - Expert Zone
www.microsoft.com/windowsxp/expertzone
Win98 Help - www.rickrogers.org
> wrote in message
...
> HOW TO: Add a "Save Directory" Feature to windows xp. I
> know how to print a directory but, I would also like to
> save it's listing.
Opinicus
January 6th 04, 09:08 PM
"Rick "Nutcase" Rogers" > wrote in message
...
> Open a command prompt (start/run cmd), then CD\ to the directory, run:
> DIR> listing.txt
> To create a text file listing the contents of the directory. Add the /s
> switch to get content lists of the subdirectories.
Type dir > listing.txt /b and you'll get just the filenames without all the
other info.
Type dir > listing.txt /b /s and you'll get the paths to all the files in
that directory and all of its subdirectories.
--
Bob
Kanyak's Doghouse
http://kanyak.com
vBulletin® v3.6.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.