Neil J. Rubenking at PC magazine published a great tip for how to quickly print all of the file names in a folder. I use SnagIT to print file names and details … but this works, too.
Click Start, then Run, and enter cmd … This command will get you a list of filenames in sorted order: DIR /B /ON *.* > filelist.txt. The /B switch gives a Bare listing (filename only) and /ON means sort by Name. You will have to delete the name filelist.txt itself from the list.
If you’re using Vista, this task is much easier. Select the files in Windows Explorer, hold Shift, and right-click them. Choose Copy as Path from the menu. Paste the list into whatever editor you prefer. You get the full pathname for each file, but a simple find/replace will clean that up if necessary.
If you liked my post, feel free to subscribe to my rss feeds

























BlogoSquare