Print out MP3's

  • Thread starter Thread starter Tim Smith
  • Start date Start date
T

Tim Smith

Is there a freeware program that will print out the names of MP3 files in a
folder? Thanks o=for any info.........
 
Tim said:
Is there a freeware program that will print out the names of MP3 files in a
folder? Thanks o=for any info.........

If you just want the names of the files (not the ID3 tag info), I have a
little javascript program that will do that. If no one comes up with
something better, I can email it to ya.
 
Tim Smith said:
Is there a freeware program that will print out the names of MP3 files in a
folder? Thanks o=for any info.........

I got an Old Dos Trick that will do the same.

under Start>Run
run CMD.exe (the command prompt)

type:
cd\
and with no space, type what is in the address bar on the folder with the
files you want a list of.

then type:
dir >file.txt

type EXIT (press <ENTER>), and look in your Folder where the MP3s are. There
will be a files.txt with the directory listing of your files.

once you know these steps, doing a folder list is very quick.
 
Back
Top