home *** CD-ROM | disk | FTP | other *** search
/ Mission Pom-Bär: The Snack 'N' Run Game / POMBAER.bin / full / install.bat < prev   
DOS Batch File  |  1997-09-25  |  318b  |  16 lines

  1. @echo off
  2. _INSTALL.EXE
  3. if ERRORLEVEL == 1 GOTO END
  4. INST_TMP.EXE
  5. if ERRORLEVEL == 1 GOTO ERROR
  6. DEL INST_TMP.EXE
  7. echo.
  8. echo to start MISSION POM-BAER, type 'POMBAER' (enter)
  9. goto END
  10. :ERROR
  11. echo Error installing MISSION POM-BAER!
  12. echo If you got a Write Error you ran out of hard drive space.
  13. :END
  14. echo.
  15.  
  16.