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

  1. @echo off
  2. cls
  3. echo Loading.....
  4. menu pccd.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. hod
  21. :2
  22. 11th
  23. :3
  24. indy2
  25. :4
  26. tilt
  27. :5
  28. shannara
  29. :6
  30. cyberia2
  31. :7
  32. lol2
  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.