how do i print a list of files held in a folder?

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

Guest

I wish to print out a list of the files held in a folder so that i have a
hard copy index of all files in that particular folder.
 
Method 1: display the folder in Windows Explorer and make a screen capture
(Alt-PrintScreen) then open a document, paste, and print.

Method 2: Start > Run. Type 'Command' and press enter. Use ChDir to switch
to the folder you're interesting in.
Type: Dir > Files.txt This creates a file, in the same folder, called
Files.txt (or whatever name you want) which you can open with any text
editor.
 

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

Back
Top