home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
game4
/
desert.bat
< prev
next >
Wrap
DOS Batch File
|
1991-02-28
|
512b
|
18 lines
echo off
if exist \desert\intro.mcr CD\DESERT
if not exist intro.mcr goto help
kd_draw intro
goto end
:help
ECHO ┌────────────────────────────────────┐
ECHO │ Desert Storm - Farewell to Babylon │
ECHO │────────────────────────────────────│
ECHO │ Required files not found! │
ECHO │ Start by running INSTALL then │
ECHO │ Enter DESERT to run │
ECHO │ See README for more information │
ECHO └────────────────────────────────────┘
:end