Printing File Names

  • Thread starter Thread starter Bob Powell
  • Start date Start date
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.
 
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
 
Back
Top