home *** CD-ROM | disk | FTP | other *** search
/ Home Edutainment Collecti… Childrens English Tutor / Aztech-HomeEdutainmentCollection-Vol3-ChildrensEnglishTutor.iso / story / story.bat < prev    next >
DOS Batch File  |  1993-10-02  |  623b  |  51 lines

  1. echo off
  2. cls
  3. type readme
  4. :START
  5. echo Press any # key: 
  6. break on
  7. getkey  
  8. if errorlevel 57 goto L57
  9. if errorlevel 56 goto L56
  10. if errorlevel 55 goto L55
  11. if errorlevel 54 goto L54
  12. if errorlevel 53 goto L53
  13. if errorlevel 52 goto L52
  14. if errorlevel 51 goto L51
  15. if errorlevel 50 goto L50
  16. if errorlevel 49 goto L49
  17. if errorlevel 48 goto L48
  18. :L48
  19. GOTO EXIT
  20. :L49
  21. call 1
  22. GOTO END
  23. :L50
  24. call 2
  25. GOTO END
  26. :L51
  27. call 3
  28. GOTO END
  29. :L52
  30. call 4
  31. GOTO END
  32. :L53
  33. call 5
  34. GOTO END
  35. :L54
  36. call 6
  37. GOTO END
  38. :L55
  39. call 7
  40. GOTO END
  41. :L56
  42. call 8
  43. GOTO END
  44. :L57
  45. GOTO EXIT
  46. :END
  47. break off
  48. GOTO START
  49. :EXIT
  50. break off
  51.