home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Excalibur 51
/
Excalibur_51_cd.bin
/
cap
/
setup.bat
< prev
Wrap
DOS Batch File
|
1995-09-08
|
340b
|
20 lines
@echo off
cd sound
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 .
echo Type "CAP" to start CAPITALISM.
echo .
:FINI
cd ..