home *** CD-ROM | disk | FTP | other *** search
/ PC Spiel 1996 September / PCS0996.ISO / demos / burger / install.bat < prev    next >
DOS Batch File  |  1996-01-22  |  616b  |  20 lines

  1. @echo off
  2. i.exe %1 %2 %3 %4 %5 %6 %7 %8
  3. if exist .\setup.lbm goto aok
  4.  
  5. :error
  6. echo Installation could not continue!
  7. echo Either an error occured, or you canceled installation.
  8. echo If you need help, please refer to your manuals, then
  9. echo if you still need help, call Sanctuary Woods....
  10. goto end
  11.  
  12. :aok
  13. echo Please wait...
  14. setup %1 %2 %3 %4 %5 %6 %7 %8
  15. echo Congratulations! You completed the install.
  16. echo To run the game, make sure you are in the BURGER directory
  17. echo and then type OB at the dos prompt. If you have trouble 
  18. echo running the game, run setup again and check your settings.
  19. :end
  20.