home *** CD-ROM | disk | FTP | other *** search
/ CD Action 8 A / cdactioncoverdisc / litedemo / install.bat < prev    next >
DOS Batch File  |  1995-10-31  |  480b  |  28 lines

  1. @echo off
  2. cls
  3. mode co80
  4.  
  5. call inst.exe -f
  6.  
  7. rem *** make sure install was completed before running vesa.bat ***
  8. IF NOT EXIST RESOURCE.CFG  GOTO end
  9. IF NOT EXIST INSTALL.EXE   GOTO end
  10.  
  11. call vesa.bat
  12.  
  13. cd ..
  14. cls
  15.  
  16. echo  To see the Lighthouse demo now:
  17. echo   At the DOS prompt, type litedemo and press [ENTER].
  18. echo.
  19. echo  To see the Lighthouse demo later:
  20. echo   From the game directory,
  21. echo   type litedemo and press [ENTER].
  22. echo.
  23. pause
  24. goto end
  25.  
  26. :end
  27.  
  28.