Is that possible?
Yes, here's how to do it if you are using Windows XP. You will need to know the path to the folder.
- Click Start, Run.
- In the box that says Open:, type cmd.
- Click OK.
- You will now see a black and white "Command" window.
Use the cd command to Change Directory. To go back in a path, use cd_.. (two dots). To go forward, use cd_foldername.
- Once you are at the desired folder, type DIR_/B_/ON_*.*_>_mylist.txt.
NOTE: do not type the underscores ( _ )! They represent spaces.
This will create a file called mylist.txt in the folder. You can use Notepad to open that file, manipulate the information in any way you like, and print it.
back to top