home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util4 / #cmd01.lzh / DEMO.BAT < prev    next >
DOS Batch File  |  1986-11-17  |  3KB  |  146 lines

  1. echo off
  2. type demob0
  3. #RPLY ; y(1) n(2) yes(1) no(2)
  4. if errorlevel 2 goto b0
  5. :c0
  6. cls
  7. type democ1
  8. #RPLY ; ?(255) #(#) x(254)
  9. if errorlevel 255 goto c0
  10. if errorlevel 254 goto endit
  11. if errorlevel 7 goto c7
  12. if errorlevel 6 goto c6
  13. if errorlevel 5 goto c5
  14. if errorlevel 4 goto c4
  15. if errorlevel 3 goto c3
  16. if errorlevel 2 goto c2
  17. if errorlevel 1 goto c1
  18. goto c0
  19. :c1
  20. #ALRM 500/150
  21. #WAIT 1
  22. #ALRM 800/25 900/25 1000/25 1100/25 1000/25 900/25 800/25
  23. #WAIT 1
  24. #ALRM 2500/50 1500/25 2500/50 1500/25 2500/50
  25. #WAIT 1
  26. #ALRM 1500 2000 2500 3000 3500 4000 4500 4000 3500 3000 2500 2000
  27. #WAIT 1
  28. #ALRM 1000/25 5000/25 10000/25 15000/25 20000/25 25000/25 30000/25 32700
  29. goto c0
  30. :c2
  31. type democ2
  32. #RPLY "Enter Option Selected:" 1(1) 2(2) x(0)
  33. if errorlevel 2 goto c22
  34. if errorlevel 1 goto c21
  35. goto c0
  36. :c21
  37. #BOOT W
  38. :c22
  39. #BOOT C
  40. :c3
  41. #DARK
  42. goto c0
  43. :c4
  44. cls
  45. #RPLY "This prompt is from #RPLY - Continue DEMO? (y/n)" y(1) n(2)
  46. if errorlevel 2 goto c0
  47. #RPLY "To continue from here reply YES or NO:" yes(1) no(2)
  48. if errorlevel 2 goto c0
  49. #RPLY "The only reply that works here is PLEASE" please(0)
  50. #RPLY "That concludes the #RPLY demo - press any key" ?(0)
  51. goto c0
  52. :c5
  53. #TIME
  54. #RPLY "Press any key to Continue" ?(0)
  55. goto c0
  56. :c6
  57. cls
  58. type democ3
  59. #RPLY "Enter Desired Option" 1(1) 2(2) 3(3) 4(4)
  60. if errorlevel 4 goto c0
  61. if errorlevel 3 goto c63
  62. if errorlevel 2 goto c62
  63. #WAIT 5
  64. goto c6
  65. :c62
  66. #WAIT I 00:00:15
  67. goto c6
  68. :c63
  69. #WAIT ?
  70. goto c6
  71. :c7
  72. type demo.bat
  73. #RPLY "Press any key to Continue" ?(0)
  74. goto c0
  75. :b0
  76. cls
  77. type demob1
  78. #RPLY ; ?(255) #(#) x(254)
  79. if errorlevel 255 goto b0
  80. if errorlevel 254 goto endit
  81. if errorlevel 7 goto b7
  82. if errorlevel 6 goto b6
  83. if errorlevel 5 goto b5
  84. if errorlevel 4 goto b4
  85. if errorlevel 3 goto b3
  86. if errorlevel 2 goto b2
  87. if errorlevel 1 goto b1
  88. goto b0
  89. :b1
  90. #ALRM 500/150
  91. #WAIT 1
  92. #ALRM 800/25 900/25 1000/25 1100/25 1000/25 900/25 800/25
  93. #WAIT 1
  94. #ALRM 2500/50 1500/25 2500/50 1500/25 2500/50
  95. #WAIT 1
  96. #ALRM 1500 2000 2500 3000 3500 4000 4500 4000 3500 3000 2500 2000
  97. #WAIT 1
  98. #ALRM 1000/25 5000/25 10000/25 15000/25 20000/25 25000/25 30000/25 32700
  99. goto b0
  100. :b2
  101. type demob2
  102. #RPLY "Enter Option Selected:" 1(1) 2(2) x(0)
  103. if errorlevel 2 goto b22
  104. if errorlevel 1 goto b21
  105. goto b0
  106. :b21
  107. #BOOT W
  108. :b22
  109. #BOOT C
  110. :b3
  111. #DARK
  112. goto b0
  113. :b4
  114. cls
  115. #RPLY "This prompt is from #RPLY - Continue DEMO? (y/n)" y(1) n(2)
  116. if errorlevel 2 goto b0
  117. #RPLY "To continue from here reply YES or NO:" yes(1) no(2)
  118. if errorlevel 2 goto b0
  119. #RPLY "The only reply that works here is PLEASE" please(0)
  120. #RPLY "That concludes the #RPLY demo - press any key" ?(0)
  121. goto b0
  122. :b5
  123. #TIME
  124. #RPLY "Press any key to Continue" ?(0)
  125. goto b0
  126. :b6
  127. cls
  128. type demob3
  129. #RPLY "Enter Desired Option" 1(1) 2(2) 3(3) 4(4)
  130. if errorlevel 4 goto b0
  131. if errorlevel 3 goto b63
  132. if errorlevel 2 goto b62
  133. #WAIT 5
  134. goto b6
  135. :b62
  136. #WAIT I 00:00:15
  137. goto b6
  138. :b63
  139. #WAIT ?
  140. goto b6
  141. :b7
  142. type demo.bat
  143. #RPLY "Press any key to Continue" ?(0)
  144. goto b0
  145. :endit
  146.