printing a directory

jimkonow

New Member
ok, so, my dad needs to print out this directory as a list, because he took a whole bunch of songs and printed them out. what i want to do is print the list of files as a .txt file so he has an index of which songs he has in his binder. thanks guys.
 
Use Windows Explorer to go to the desired folder.

Click on 'Start' menu of windows, click on Programs,
click on accesories, and click on 'Comand Prompt'.

Type the following line:

Dir > List1.txt

The list of files in that folder will be saved as List1.txt
 
Back
Top