@echo off echo Generating Playlist and Starting mpg123... echo This script was brought to you by infotaxis.net dir /b /s /a-d | find "mp3" > list && c:\mpg123 -z -@ list @echo on