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

  1. @echo off
  2. cls
  3. echo Loading.....
  4. menu console.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. ewj2
  21. :2
  22. Spot
  23. :3
  24. Sbm3
  25. :4
  26. Agile
  27. :5
  28. 5
  29. :6
  30. 6
  31. :7
  32. 7
  33. :8
  34. 8
  35. :9
  36. 9
  37. :fatal
  38. echo Fatal error in Menu program
  39. :stop
  40. start
  41.