home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / sched120.zip / GO.BAT < prev    next >
DOS Batch File  |  1991-11-15  |  2KB  |  94 lines

  1. echo off
  2. :START
  3. cls
  4. sask menu.dat 1234567qex /d
  5. if ERRORLEVEL = 99 goto QUIT
  6. if ERRORLEVEL = 10 goto QUIT
  7. if ERRORLEVEL = 9  goto QUIT
  8. if ERRORLEVEL = 8  goto QUIT
  9. if ERRORLEVEL = 7  goto QUIT
  10. if ERRORLEVEL = 6  goto NEW
  11. if ERRORLEVEL = 5  goto NETWORK
  12. if ERRORLEVEL = 4  goto PRINTS
  13. if ERRORLEVEL = 3  goto READ
  14. if ERRORLEVEL = 2  goto PRINT
  15. sask menu2.dat 123456qex /d
  16. if ERRORLEVEL = 99 goto QUIT
  17. if ERRORLEVEL = 9  goto QUIT
  18. if ERRORLEVEL = 8  goto QUIT
  19. if ERRORLEVEL = 7  goto QUIT
  20. if ERRORLEVEL = 6  goto LINE50
  21. if ERRORLEVEL = 5  goto LINE43
  22. if ERRORLEVEL = 4  goto LINE28
  23. if ERRORLEVEL = 3  goto LINE25
  24. if ERRORLEVEL = 2  goto LINE21
  25. sask info.dat yqex
  26. demo
  27. goto START
  28. :LINE21
  29. ren sched.bus default.bus
  30. ren sched21.bus sched.bus
  31. sask info.dat yqex
  32. demo
  33. ren sched.bus sched21.bus
  34. ren default.bus sched.bus
  35. goto START
  36. :LINE50
  37. :LINE21
  38. ren sched.bus default.bus
  39. ren sched50.bus sched.bus
  40. sask info.dat yqex
  41. demo
  42. ren sched.bus sched50.bus
  43. ren default.bus sched.bus
  44. goto START
  45. :LINE43
  46. ren sched.bus default.bus
  47. ren sched43.bus sched.bus
  48. sask info.dat yqex
  49. demo
  50. ren sched.bus sched43.bus
  51. ren default.bus sched.bus
  52. goto START
  53. :LINE28
  54. ren sched.bus default.bus
  55. ren sched28.bus sched.bus
  56. sask info.dat yqex
  57. demo
  58. ren sched.bus sched28.bus
  59. ren default.bus sched.bus
  60. goto START
  61. :LINE25
  62. ren sched.bus default.bus
  63. ren sched25.bus sched.bus
  64. sask info.dat yqex
  65. demo
  66. ren sched.bus sched25.bus
  67. ren default.bus sched.bus
  68. goto START
  69. :READ
  70. tutorial
  71. goto START
  72. :PRINTS
  73. print samples.doc
  74. goto START
  75. :PRINT
  76. print tutorial.doc
  77. goto START
  78. :NETWORK
  79. type network.doc
  80. pause
  81. goto START
  82. :NEW
  83. WHATSNEW
  84. goto start
  85. :QUIT
  86. cls
  87. echo Thank you for giving SupremeSched a try. For further information, please
  88. echo contact us at:                                                          
  89. echo                                SupremeSoft                              
  90. echo                                105 Deerfield Drive                      
  91. echo                                Easton, CT 06612
  92. echo                                (203) 261-7510
  93. echo on
  94.