home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sound Sensations!
/
sound_sensations.iso
/
miscprog
/
pmusic11
/
makeplay.bat
< prev
next >
Wrap
DOS Batch File
|
1989-06-30
|
357b
|
12 lines
echo off
echo Polyphonic Music version 1.10:
echo.
echo This batch file simulates the VMUSIC.EXE file by first compiling
echo then playing. The 1st parameter is the name of the .sng file.
echo the 2nd parameter is the appropriate tempo (use TimeChk.EXE)
echo.
echo Warning: this will only work for ".sng" files!
echo.
makepoly %1
playpoly %1 %2