|
You can make a batch file. In it, type
dir *.mp3 /s/b > file.txt
This should put all the mp3's found into file.txt (the name can be changed such as file.m3u or file.pls).
However, this will put the filenames with long filenames (more than 8 characters). But if you're using winamp, no problem...
|