home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 14 / CD_ASCQ_14_0694.iso / maj / 2405 / runme.bat < prev    next >
DOS Batch File  |  1994-04-15  |  458b  |  19 lines

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