IamDeMan wrote:
kentmsmith wrote:
I'm curious if there is a program out there that will automatically make a list of my MP3's for me, or will I have to manually make a list of them all?
Here what I do (because I never knew or looked for the winamp option).
Open a command prompt (START > RUN > type "CMD" hit enter), and do a
dir > output.txt
That will create a file called output.txt in that directory with the contents of the "dir" command.
If you need the subfolders listed to, do a dir /s > filename
I tried to do that, but I seem to be having a problem. It won't recognize the directory when I try to get it into the my documents folder.... it tells me that " 'My' is not recognized as an internal or external command, operable program or batch file."
Admittedly, I haven't used DOS since high school so I may be doing something wrong. Or it may have something to do with my using Windows 2000.