Printing directory contents

G

Guest

Is it possible to print directory contents from windows explorer or internet
explorer without having to do screen dumps?
 
R

Ramesh, MS-MVP

For a normal directory list printing, see:
http://support.microsoft.com/?kbid=321379
http://www.karenware.com/powertools/ptdirprn.asp

Retrieving Extended File Properties (meta tags) using Windows Scripting:
http://www.microsoft.com/resources/...00/server/scriptguide/en-us/sas_fil_lunl.mspx

From David Candy:
http://groups.google.co.in/groups?selm=#[email protected]

From Torgeir:
http://groups.google.co.in/[email protected]

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Is it possible to print directory contents from windows explorer or internet
explorer without having to do screen dumps?
 
B

Bruce Chambers

Dug said:
Is it possible to print directory contents from windows explorer or internet
explorer without having to do screen dumps?


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:



They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -Benjamin Franklin

Many people would rather die than think; in fact, most do. -Bertrand Russell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top