printing explorer file list

G

Guest

I sthere a way to print lists of files in the Windows Explorer.
For example I make submissions of digital images. There may be hundreds.
Instead of typing in every image' name, for my records, it would be so much
easier if I could just print the list of everything in the folder.
However if I try to print, it offers to print the actual images only.
 
J

John John

From a command prompt you can redirect the dir output to a text file
then print the file, example:

dir f: >c:\test.txt

Sends the directory contents of f: to test.txt at the root of c drive.


At the current directory

C:\Documents and Settings\Username>dir >c:\test1.txt

send the contents of the current directory to test1.txt


You can also use utilities like this one:
http://www.karenware.com/powertools/ptdirprn.asp

Or with a few simple changes you can add it to the Explorer shell:
How to add the Print Directory feature for folders in Windows XP
http://support.microsoft.com/kb/321379/en-us

John
 
F

Frank Saunders, MS-MVP OE

robirdman said:
I sthere a way to print lists of files in the Windows Explorer.
For example I make submissions of digital images. There may be hundreds.
Instead of typing in every image' name, for my records, it would be so
much
easier if I could just print the list of everything in the folder.
However if I try to print, it offers to print the actual images only.

Printfolder
http://no-nonsense-software.com/freeware/
http://www.karenware.com/powertools/ptdirprn.asp

--
Frank Saunders, MS-MVP OE/WM
Reply in newsgroup
http://www.fjsmjs.com
"They who would give up an essential liberty for temporary security, deserve
neither liberty or security"
 

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