home *** CD-ROM | disk | FTP | other *** search
/ Megastorm 3.0 / Megastorm_3.0_CD2.iso / start.bat < prev    next >
DOS Batch File  |  1995-09-10  |  465b  |  39 lines

  1. @echo off
  2. cls
  3. echo Loading.....
  4. menu
  5. if errorlevel 100 goto fatal
  6. if errorlevel 27 goto stop
  7. if errorlevel 9 goto 9
  8. if errorlevel 8 goto 8
  9. if errorlevel 7 goto 7
  10. if errorlevel 6 goto 6
  11. if errorlevel 5 goto 5
  12. if errorlevel 4 goto 4
  13. if errorlevel 3 goto 3
  14. if errorlevel 2 goto 2
  15. if errorlevel 1 goto 1
  16. cls
  17. goto stop
  18. :1
  19. playable
  20. :2
  21. rolling
  22. :3
  23. pccd
  24. :4
  25. console
  26. :5
  27. 5
  28. :6
  29. 6
  30. :7
  31. 7
  32. :8
  33. 8
  34. :9
  35. 9
  36. :fatal
  37. echo Fatal error in Menu program
  38. :stop
  39.