home *** CD-ROM | disk | FTP | other *** search
/ Megastorm 3.0 / Megastorm_3.0_CD2.iso / rolling.bat < prev    next >
DOS Batch File  |  1996-01-21  |  531b  |  43 lines

  1. @echo off
  2. cls
  3. echo Loading.....
  4. menu rolling.dat
  5. if errorlevel 100 goto fatal
  6. if errorlevel 27 goto stop
  7. if errorlevel 10 goto 10
  8. if errorlevel 9 goto 9
  9. if errorlevel 8 goto 8
  10. if errorlevel 7 goto 7
  11. if errorlevel 6 goto 6
  12. if errorlevel 5 goto 5
  13. if errorlevel 4 goto 4
  14. if errorlevel 3 goto 3
  15. if errorlevel 2 goto 2
  16. if errorlevel 1 goto 1
  17. cls
  18. goto stop
  19. :1
  20. cc
  21. :2
  22. daedalus
  23. :3
  24. mission
  25. :4
  26. monopoly
  27. :5
  28. shaninst
  29. :6
  30. install
  31. :7
  32. 7
  33. :8
  34. 8
  35. :9
  36. 9
  37. :10
  38. 10
  39. :fatal
  40. echo Fatal error in Menu program
  41. :stop
  42. start
  43.