MAKELIST.EXE ============ Disclaimer ---------- This is unsupported software. Nobody accepts any responsibility for anything that happens whilst using this software. Use it at your own risk. Instructions ------------ This little utility will create a playlist called PLAYLIST.M3U in the directory you run it from, with the specified MP3 files. eg: makelist c:\tunes\funky.mp3 c:\tunes\great.mp3 f:\mp3s\slim.mp3 Or you can use wildcards, eg: makelist c:\tunes\*.mp3 Or if you'd like MakeList to recurse subdirectories, prefix your file specification with a "#" like so: makelist #c:\*.mp3 You can even mix and match: makelist c:\tunes\*.mp3 #e:\stuff\g*.mp3 So if you want a playlist with 8.3 DOS filenames, run makelist under plain DOS. MakeList was written by Matt Craven of Hedgehog Software: http://come.to/hedgehog-software/ MakeList is totally free. Do what you want with it.