home *** CD-ROM | disk | FTP | other *** search
- @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
-
-