nyvocals
March 12th, 2004, 06:16 AM
I'd like to print out a copy of the titles in my music folder. Can anyone assist my in doing such a thing? Thanks!
Miniver
March 12th, 2004, 06:24 AM
This should do it
http://www.sharepick.com/audio/utilities-plugins/mp3listmaker/
Just export list to text file open up .txt in notepad and print
cpugeniusmv
March 12th, 2004, 03:43 PM
dir *.mp3 > directorylist.txt
nyvocals
March 12th, 2004, 03:49 PM
Thanks very!