Haha, this question is right up my alley!
Get to a command prompt, get to the folder that has your whole CD collection in it. Then type the following command:
dir /b /s > songs.txt
This will list every file in every folder underneath your current working directory in "bare" format (basically just the file/path names) and output it to the songs.txt file instead of the screen. It may look like it locked up, but let it sit there for a bit until you're taken back to a command prompt. Then you can open songs.txt in Notepad.
Let me know if you need anymore help!
|