Andrew Wilson said:
In WinXP is it possible to print a list of what is in a folder? For instance in a folder that contains 50 photographs
is it possible to print a text list of the names of the photographs?
Many thanks
aw56001
You can do it from a Command Window.
Go to Start, Run, type in CMD and press enter.
CD to the folder you want. **
If you want a text file with the list of pictures, just type in DIR >Pictures.txt and press Enter. A text file will be
created in the same folder. If you type in DIR /? you'll get a full list of directory filters, such as DIR /B
Pictures.txt will create a text file of just the picture names without the dates, etc.
Then you can print out the text file.
**If you search on line for XP Powertoys, you'll find one that's for "Command Prompt Here." Install it, and then go to
your folder in Explorer, right-click on the folder name, and select Command Prompt Here. This will open a command window
in that folder, then you can do the DIR thing.
If you have an older parallel printer that's connected to LPT1 on your PC, you can print out the folder directory
directly using dir /B>lpt1 . Unfortunately, that doesn't work with USB printers without going through the NET USE
command first, and even then, it doesn't always work. In that case, just sent the DIR to a text file, then print it with
Notepad or your favorite text editor.