|
Playlist info
|
View this Thread in Original format
| Mixophrenia |
Hey guys I was wondering if you know of a program that can make a text list of all files/songs in a folder... would really appreciate your help as soon as possible....
Thanks,
Vitaliy |
|
|
| USMC_Greg |
| winamp2 can generate an html file. if it absolutely has to be in .txt format you can always copy/paste if off the html file. |
|
|
| Disney |
Go to the dos command prompt.
Go to the folder you want to list (e.g. c:\mp3)
Type: dir/on/b *.mp3 > list.txt
All your mp3 files files will be listed alphabetically in the file list.txt
If you also want to list the files in the subdirectories, type: dir/on/b/s *.mp3 > list.txt
If you want to add to a list that already exists use >> in stead of >: dir/on/b/s *.mp3 >> list.txt
Next time you should ask these questions in this forum: http://www.tranceaddict.com/forums/...p?s=&forumid=61 |
|
|
| Djeebie |
Directory Lister
"Directory Lister lets you list files in selected directories on hard disks, cd-roms, floppys etc. into a HTML or TXT file (listing). It's like the DIR command but MUCH more convenient" |
|
|
|
|