echo off rem Jukebox demonstration. Requires LAUNCHER.EXE, also part of rem STEENBURGH's STUFF. if .%1 == . goto help LAUNCHER %1 /e:MUSIC.EXE goto end :help echo The syntax for JUKEBOX.BAT is as follows: echo . JUKEBOX filespec echo filespec is the location of your .CM1 files. echo For example, JUKEBOX C:\MUSIC\*.CM1 :end