home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
500 Game Surplus
/
XSurplus.iso
/
64
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1997-04-14
|
827b
|
34 lines
@echo off
cls
echo ********************************************
echo ** Welcome to Rocket Raid sound installer **
echo ********************************************
echo If you have any trouble with the sound
echo installation, run this program again.
echo Also, check the README file.
echo For additional support email:
echo jburke@frank.mtsu.edu
echo Rocket Raid (c), 1997 Jonathan Burke
pause
cd s_dr
setd
IF ERRORLEVEL 1 GOTO ABORTED1
setm
IF ERRORLEVEL 1 GOTO ABORTED2
GOTO END
:ABORTED1
echo Digital Sound Driver configuration was not completed.
GOTO FINI
:ABORTED2
echo Midi Music Driver configuration was not completed.
GOTO FINI
:END
echo Sound Configuration Complete!
echo Type MENU to demo sound and music.
:FINI
copy midpak.* ..
copy soundrv.com ..
echo type rocket to play.
cd ..