home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / MENU / BMS_7_21.ZIP / MENU.BAT < prev    next >
DOS Batch File  |  1987-07-21  |  670b  |  32 lines

  1. : *** Menu.Bat ***
  2. echo off
  3. cls
  4. echo Please wait
  5. :START
  6. exit
  7. BMS  
  8. If Not ErrorLevel 1 Goto Exit
  9. If ErrorLevel 32 BATNORM
  10. If ErrorLevel 31 BATNORM
  11. If ErrorLevel 30 BATNORM
  12. If ErrorLevel 29 BATNORM
  13. If ErrorLevel 28 BATNORM
  14. If ErrorLevel 27 BATNORM
  15. If ErrorLevel 25 BATNORM
  16. If ErrorLevel 24 BATNORM
  17. If ErrorLevel 23 BATNORM
  18. If ErrorLevel 22 BATNORM
  19. If ErrorLevel 21 BATNORM
  20. If ErrorLevel 20 BATNORM
  21. If ErrorLevel 19 BATNORM
  22. If ErrorLevel 18 BATNORM
  23. If ErrorLevel 17 BATNORM
  24. If ErrorLevel 16 BATNORM
  25. If ErrorLevel 15 BATNORM
  26. If ErrorLevel 14 BATNORM
  27. If ErrorLevel 13 BATNORM
  28. If ErrorLevel 12 BATNORM
  29. If ErrorLevel 11 BATNORM
  30. Goto Start
  31. :EXIT
  32.