how do I print files or folders lists..?

  • Thread starter Thread starter intermediateXPuser
  • Start date Start date
I

intermediateXPuser

How do I print the actual files or folder list as I see
them on the screen???? I want to print them out so I can
use them as a quick label on my backup CDs.
Much thanks PA
 
intermediateXPuser said:
How do I print the actual files or folder list as I see
them on the screen???? I want to print them out so I can
use them as a quick label on my backup CDs.
Much thanks PA


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

--

Bruce Chambers

Help us help you:



You can have peace. Or you can have freedom. Don't ever count on
having
both at once. - RAH
 
Back
Top