home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.5 / 1996-06_Disc_2.5.iso / storm / install.bat
DOS Batch File  |  1996-03-04  |  945b  |  28 lines

  1. @echo off
  2. if not exist SCENES1\STORM_CD.001 goto INSERTCD1
  3. EXE\US\INSTALL.EXE
  4. IF ERRORLEVEL==1 goto TheEnd
  5. UVCONFIG.EXE -gen
  6. mode co80
  7. setup.exe
  8. echo S.T.O.R.M. Installer
  9. echo ─────────────────────────────────────────────────────────────────────
  10. echo Now just type STORM on the command line to play the game.
  11. echo If you want to play later go to the current directory and type STORM.
  12. goto TheEnd
  13.  
  14. :InsertCD1
  15. echo S.T.O.R.M. Installer
  16. echo ─────────────────────────────────────────────────────────────────────
  17. echo In order to install S.T.O.R.M. on your PC insert the S.T.O.R.M. cd #1
  18. echo into you CD-ROM drive, go to related unit and type INSTALL from
  19. echo the root.
  20. goto TheEnd
  21.  
  22. :Bad
  23. echo S.T.O.R.M. Installer
  24. echo ─────────────────────────────────────────────────────────────────────
  25. echo S.T.O.R.M. is not installed because the CD seems not to be OK. Please
  26. echo check it up and retry the install process.
  27. :TheEnd
  28.