printing out files

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

Guest

I am looking for a way to print out a list of files I
have in various folders ,such as in "my music" making a
list of songs on my computer.
 
I am looking for a way to print out a list of files I
have in various folders ,such as in "my music" making a
list of songs on my computer.

You can use the command line DIR command and redirect its output to a
text file that you can print from Notepad. If you'd like something
that's integrated with Explorer, have a look at a 3'rd party
add-on such as ExpPrint http://www.jddesign.co.uk/.

ExpPrint is an Explorer extension that gives you a "Print Directory
Listing" context menu option when you select any combination of file
folder, disk drive, or files - including the Search results list. It
has quite a comprehensive sorting and layout capability, fully
supports Unicode (so it can print names that contain characters not
supported in the default code pages), and is only a small download.

ExpPrint is shareware, the only restriction on the non-registered
usage is that the Save settings capability is disabled. Other than
that it's fully functional.

Dave
 
There are several ways of doing this:

How to Add the Print Directory Feature to Windows Explorer
http://support.microsoft.com/?kbid=272623
How to Create a Text File List of the Contents of a Folder
http://support.microsoft.com/?kbid=196158
How can I right-click a folder in Windows Explorer to Print Directory
Listing?
http://www.jsiinc.com/subk/tip5200/rh5217.htm
ExpPrint - Print Folder Contents directly from Explorer
http://www.jddesign.f2s.com/expprint.htm

....or you can use the tree command in a command prompt.

Hal
--
Hal Hostetler, CPBE -- (e-mail address removed)
Senior Engineer/MIS -- MS MVP-DTS -- WA7BGX
http://www.kvoa.com -- "When News breaks, we fix it!"
KVOA Television, Tucson, AZ. NBC Channel 4
Got Blues? - www.badnewsbluesband.com
 
Back
Top