home *** CD-ROM | disk | FTP | other *** search
/ CD PowerPlay 6 / TheCompleteAdventureCollection1995 / CDPP6.ISO / hints / darkseed / ds15pc / ds.bat next >
Encoding:
DOS Batch File  |  1994-05-24  |  272 b   |  18 lines

  1. @echo off
  2. echo Dark Seed version 1.51
  3. if "%1" == "/m" goto menu
  4. if "%1" == "/M" goto menu
  5. start I
  6. if errorlevel 1 goto end
  7. goto :loop
  8. :menu
  9. start %1
  10. if errorlevel 1 goto end
  11. :loop
  12. tos
  13. if errorlevel 2 goto end
  14. start
  15. if errorlevel 1 goto end
  16. goto loop
  17. :end
  18.