home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside Multimedia 1996 November
/
IMM1196.BIN
/
spdemo
/
install
/
dos
/
german
/
german.001
< prev
next >
Wrap
Text File
|
1996-08-13
|
803b
|
46 lines
BANNER "Scorched Planet Demo"
HELLO ""
HELLO " SCORCHED PLANET DEMO"
HELLO ""
HELLO " by Criterion Studios"
HELLO ""
HELLO ""
HELLO " Press a key to continue"
HELLO ""
; Refuse to run on old dogs
VER 5.00
CPU 486
; RAM 8
USER main_files "Scorched Planet Demo" C:\SPDEMO
SPACE main_files 10
FIRSTDISK
; Create the sub directories
SUBDIR main_files \FRENCH
SUBDIR main_files \GERMAN
; then copy the files
RUN "..\copyfile.bat !main_files 3" !home
; Set up the soundcard support
RUN "setsound.exe" !main_files
; Then run the game
RUN "splanet.exe" !main_files
; wave goodbye
GOODBYE "To play Scorched Planet again just type"
GOODBYE ""
GOODBYE " SPLANET"
GOODBYE ""
GOODBYE ""
GOODBYE " Press a key to exit"
END