@echo off echo playlist builder set SOURCE_MP3_FOLDER=c:\temp\mp3 set DESTINATION_PLAYLIST_FOLDER=c:\temp php playlist.php "%SOURCE_MP3_FOLDER%" "%DESTINATION_PLAYLIST_FOLDER%"
info at phpclasses dot org