home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 6
/
PCGAMER06.bin
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-20
|
560b
|
25 lines
@ECHO OFF
COPIER
IF ERRORLEVEL 1 GOTO ERROR1
SOUNDSET
IF ERRORLEVEL 1 GOTO ERROR2
CLS
ECHO.
ECHO.
ECHO.
ECHO.
ECHO Run SOUNDSET (found in this directory) anytime you change your sound hardware!
ECHO.
ECHO.
ECHO Type FIST to run the Armored Fist Demo.
ECHO.
GOTO END
:ERROR1
ECHO Installation of FIST DEMO was not completed! Correct the problem and try again.
GOTO END
:ERROR2
ECHO SOUNDSET was not completed. Run SOUNDSET to complete the sound installation.
ECHO ...When finished, type FIST to run the Armored Fist Demo.
GOTO END
:END