Printing a listing of the files on hard drive

  • Thread starter Thread starter ScarletSarah
  • Start date Start date
S

ScarletSarah

I need to create a printed songbook of the music files in my library and do
not know how to do so without typing in each individual song and artist.
There are over 26,000 titles. I thought about using Access, but don't know
how. Help.
 
Hi

A simple way to get a listing of all your mp3 files is to go to the start
Menu.
Select "RUN". Type in "CMD"

At the DOS like prompt type:
"DIR *.MP3 /S > C:\MyMP3s.txt"

That will put a text file on the root of your "C" drive with the data on
your MP3 files.

Kevin
 
Back
Top