home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PowerHits - SciFi
/
POWERHITS_SCIFI.iso
/
simon.bat
< prev
next >
Wrap
DOS Batch File
|
1994-06-02
|
1KB
|
28 lines
@Echo off
REM *** Please note that the setup routines have not been finished ***
REM This batch file has been set up for SoundBlaster music with the CD-ROM
REM drive as drive D. It also assumes the game file and sound effects have
REM not been copied to the hard drive.
REM If using MT-32 please change the /1 to /3.
REM If CD-ROM drive is other than drive D please change the /D and d:\ to the
REM correct letter.
REM If install copied sound effects to your hard drive because it found less
REM than 3.5 MB of extended memory then please remove the d:\ before the
REM effects.voc below.
REM If you choose to install the game file to your hard drive please remove
REM the d:\ before the simon.gme below.
REM Please run SETD to setup your sound card for digital sound effects before
REM running this batch file.
@Echo Off
if not exist Soundrv.Com echo Please run SETD to setup your sound card for digital sound effects
if not exist Soundrv.Com goto end
Soundrv
Runvga /D /1 d:\simon.voc d:\effects.voc d:\simon.gme
Soundrv u
:end