home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Action 8 A
/
cdactioncoverdisc
/
litedemo
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-10-31
|
480b
|
28 lines
@echo off
cls
mode co80
call inst.exe -f
rem *** make sure install was completed before running vesa.bat ***
IF NOT EXIST RESOURCE.CFG GOTO end
IF NOT EXIST INSTALL.EXE GOTO end
call vesa.bat
cd ..
cls
echo To see the Lighthouse demo now:
echo At the DOS prompt, type litedemo and press [ENTER].
echo.
echo To see the Lighthouse demo later:
echo From the game directory,
echo type litedemo and press [ENTER].
echo.
pause
goto end
:end