home *** CD-ROM | disk | FTP | other *** search
/ PC Plus 44 / PCPLUS.BAT < prev   
Encoding:
DOS Batch File  |  1990-01-01  |  4.6 KB  |  191 lines

  1. echo off
  2. cd intro
  3. SHOWCSF TITLE
  4. SHOWCSF MAY1
  5. :menu
  6. cd ..\intro
  7. SHOWCSF MAY2
  8. if errorlevel 196 goto menu
  9. if errorlevel 195 goto f9
  10. if errorlevel 194 goto f8
  11. if errorlevel 193 goto f7
  12. if errorlevel 192 goto f6
  13. if errorlevel 191 goto f5
  14. if errorlevel 190 goto f4
  15. if errorlevel 189 goto f3
  16. if errorlevel 188 goto f2
  17. if errorlevel 187 goto f1
  18. if errorlevel  56 goto 8
  19. if errorlevel  55 goto 7
  20. if errorlevel  54 goto 6
  21. if errorlevel  53 goto 5
  22. if errorlevel  52 goto 4
  23. if errorlevel  51 goto 3
  24. if errorlevel  50 goto 2
  25. if errorlevel  49 goto 1
  26. if errorlevel   1 goto menu
  27. :1
  28. PBS-VIEW ..\UTILS\LONDON.DOC
  29. goto menu
  30. :2
  31. PBS-VIEW ..\UTILS\CAT.DOC
  32. goto menu
  33. :3
  34. PBS-VIEW ..\UTILS\ENVELOPE.DOC
  35. goto menu
  36. :4
  37. cls
  38. echo Sorry, LCalc has no separate documentation.
  39. echo.
  40. echo Press [Return] to go back to the SuperDisk menu
  41. pause > nul
  42. goto menu
  43. :5
  44. PBS-VIEW ..\GAMES\REBOUND\REBOUND.DOC
  45. goto menu
  46. :6
  47. cls
  48. echo Sorry, Searcher has no separate documentation.
  49. echo.
  50. echo Press [Return] to go back to the SuperDisk menu
  51. pause > nul
  52. goto menu
  53. :7
  54. PBS-VIEW ..\FONTS\FONTS.DOC
  55. goto menu
  56. :8
  57. PBS-VIEW ..\SHORTIES\ALERT.DOC
  58. PBS-VIEW ..\SHORTIES\RUNCHECK.DOC
  59. goto menu
  60. :f1
  61. CD ..\UTILS
  62. cls
  63. echo Once London has run, press [Esc] to remove it from the screen and return
  64. echo to the SuperDisk menu.
  65. echo.
  66. echo Press [Return] to continue
  67. pause > nul
  68. LONDON
  69. goto menu
  70. :f2
  71. CD ..\UTILS
  72. cls
  73. echo When using Cat, press [Esc] and [Y] to exit and return to the SuperDisk menu.
  74. echo.
  75. echo Press [Return] to continue
  76. pause > nul
  77. CAT
  78. goto menu
  79. :f3
  80. CD ..\UTILS
  81. cls
  82. echo Envelope requires an Epson compatible dot-matrix printer to work. Select
  83. echo quit from the main menu and answer [N] to exit and return to the SuperDisk
  84. echo menu.
  85. echo.
  86. echo Press [Return] to continue
  87. pause > nul
  88. ENVELOPE
  89. CD UTILS
  90. goto menu
  91. :f4
  92. CD ..\UTILS
  93. cls
  94. echo When using LCalc, press [Q] to exit and return to the SuperDisk menu.
  95. echo.
  96. echo Press [Return] to continue
  97. pause > nul
  98. LCALC
  99. goto menu
  100. :f5
  101. CD ..\GAMES\REBOUND
  102. cls
  103. echo When playing Rebound, use [F1] to fire and the up and down arrow keys to
  104. echo move your blaster. Answer [N] to exit at the end of any game and return
  105. echo to the SuperDisk menu.
  106. echo.
  107. echo Press [Return] to continue
  108. pause > nul
  109. REBOUND
  110. CD ..
  111. goto menu
  112. :f6
  113. CD ..\GAMES
  114. cls
  115. echo When using Searcher, press [Q] from the main menu to exit and return to
  116. echo the SuperDisk menu.
  117. echo.
  118. echo Press [Return] to continue
  119. pause > nul
  120. SEARCHER
  121. goto menu
  122. :f7
  123. cls
  124. echo You can't run the Windows font on its own; it has to be installed in a
  125. echo copy of Windows, first. Instructions are given in the FONTS.DOC file,
  126. echo which you can read by pressing [7] from the SuperDisk menu.
  127. echo.
  128. echo Press [Return] to go back to the menu
  129. pause > nul
  130. goto menu
  131. :f8
  132. CD ..\SHORTIES
  133. cls
  134. echo You're in the SHORTIES sub-directory.
  135. echo.
  136. echo This contains a number of smaller utilities, further details of which are
  137. echo in the SuperDisk section of PC PLUS. Some may have documentation in .DOC
  138. echo files, which you can read using the MS-DOS TYPE command.
  139. echo.
  140. echo Here's the directory listing...
  141. DIR
  142. echo.
  143. echo Press [Return] to continue
  144. pause > nul
  145. cls
  146. echo Here are brief details of what they do - see PCPLUS for more:
  147. echo.
  148. echo RUNCHECK  - This little routine checks whether it has been run today. It's
  149. echo             useful when you reboot your PC and don't want to rerun your
  150. echo             'once a day' activities, such as downloading fonts to your
  151. echo             printer, or sorting your files.
  152. echo.
  153. echo ALERT     - Alert is intended for users with hearing problems, who can't
  154. echo             hear the warning and attention beeps given out by some
  155. echo             application programs. This program flashes a ***BEEP*** message
  156. echo             each time the speaker sounds. It may not work on fast PCs.
  157. echo.
  158. echo Press [Return] to continue
  159. pause > nul
  160. cls
  161. ALERT
  162. echo.
  163. echo Alert is now installed. You'll need to make your PC beep somehow to test it
  164. echo out. 
  165. echo.
  166. echo Press [Return] to continue
  167. pause > nul
  168. cls
  169. echo Please make sure the SuperDisk is not write-protected, as RunCheck updates
  170. echo the LASTBOOT.DAT file on the disk each time it's run.
  171. echo.
  172. echo Press [Return] to run RunCheck
  173. pause > nul
  174. RUNCHECK
  175. if errorlevel 2 goto yes
  176. echo.
  177. echo RunCheck hasn't been run previously today. Select [F8] from the SuperDisk
  178. echo menu again, and RunCheck will return a different answer.
  179. goto proceed
  180. :yes
  181. echo.
  182. echo RunCheck has been run previously today.
  183. :proceed
  184. echo.
  185. echo Press [Return] to continue
  186. pause > nul
  187. goto menu
  188. :f9
  189. cd \
  190. cls
  191.