How to make a MP-3 txt list.

BuckMaster

Diamond Member
Oct 9, 1999
3,260
0
0
I have like 10 CD's of MP3's. I'm trying to find a program that will scan each CD and write to some kind of txt file, so I wont have to go through each one and type all the song titles out into a spreadsheet! If anything a cute and paste would work.

Thanks!

 

Adrian Tung

Golden Member
Oct 10, 1999
1,370
1
0
Here's a simple way:

Open up a DOS window, go to the directory where you want to save your file list, and type dir e: /b /s >> text.txt, assuming e: is your CD-ROM drive. This will search through your entire CD-ROM and save a file list to text.txt


Hope that helps,
:)atwl
 

BuckMaster

Diamond Member
Oct 9, 1999
3,260
0
0
Thanks guys!

Adrian Tung after you made that post I said ahh now I remember! :) Also just incase anyone else is trying to make a txt file from the cd-rom remember it cant write to the cd-rom so point it to a dir on the H/D. :)

E:\>dir > c:\cd folder\cd.txt1 To make CD txt