Printing Folder list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to print a folder/file listing in Windows Explorer, or do I have to do it the old DOS way, if that's possible?
 
Greetings --

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


Conko said:
Is there any way to print a folder/file listing in Windows Explorer,
or do I have to do it the old DOS way, if that's possible?
 
I'm assuming you want a directory list sent to the printer?
You can do this by opening a command window (dos box).
Navigate to the folder you want a listing of.
Type dir /s > dir.txt NOTE - for a listing of available options use dir /?
Then open the dir.txt file and print it.

You may want to experiment with the different directoy listings availble
before you print.
--
Cary Polen [MSFT]
Shell UX Core
This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to group.
Conko said:
Is there any way to print a folder/file listing in Windows Explorer, or do
I have to do it the old DOS way, if that's possible?
 
Back
Top