home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 5 / cd.iso / games / stnmist2.bat < prev    next >
DOS Batch File  |  1995-06-05  |  485b  |  23 lines

  1. cls
  2. cd stnmist2
  3. @echo off
  4. rem Batch file to execute STONE MIST VOLUME II
  5. rem Copyright 1988-1993 Bit Brother Software.
  6. intro.exe
  7. ems-scan.exe
  8. if errorlevel=10 goto end
  9. configp.exe
  10. if errorlevel=10 goto end
  11. rem ******************************************
  12. rem   We need to check an exit code to see if
  13. rem   hardware test has been passed
  14. rem ******************************************
  15. pict2.exe
  16. rem ??????
  17. dw3-3.exe
  18. if errorlevel=10 goto end
  19. :end
  20. endgame.exe
  21. cd ..
  22.  
  23.