Printing File Names

B

Bob Powell

I would like to be able to print the file/document names
in my various folders. The only way I know of is to use
the Alt/Print Screen command to capture a list of files
and then to copy the screen into a Word document for
printing. Is there a more efficient way to print the file
names?

Thanks.
 
P

Phil Robyn

Bob said:
I would like to be able to print the file/document names
in my various folders. The only way I know of is to use
the Alt/Print Screen command to capture a list of files
and then to copy the screen into a Word document for
printing. Is there a more efficient way to print the file
names?

Thanks.

Start | Run | cmd /c dir /b c:\yourfolder\*.* > c:\temp\yourlist.txt & notepad /p c:\temp\yourlist.txt
 

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