home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Animation & Sound / SOS-ANIM_SOUND.ISO / best_50 / sarakon.zip / README.BAT next >
DOS Batch File  |  1992-03-13  |  436b  |  38 lines

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