home *** CD-ROM | disk | FTP | other *** search
/ PC Format 15 / DISK15.iso / PCF.BAT < prev    next >
DOS Batch File  |  2015-12-16  |  4KB  |  186 lines

  1. @echo off
  2. :start
  3. cls
  4. intro
  5. getkey jirpax
  6. if errorlevel 6 goto exit
  7. if errorlevel 5 goto arce
  8. if errorlevel 4 goto pdir
  9. if errorlevel 3 goto roo
  10. if errorlevel 2 goto illum
  11. if errorlevel 1 goto joemac
  12.  
  13. :joemac
  14. cls
  15. echo Please wait as the PC FORMAT Coverdisk creates the relevant
  16. echo directories on your hard drive...
  17. md c:\games
  18. md c:\games\joemac
  19. cls
  20. echo Please wait as the PC FORMAT Coverdisk copies the relevant
  21. echo files into the C:\GAMES\JOEMAC directory...
  22. copy cave.* c:\games\joemac
  23. cls
  24. whatdrv
  25. getkey ab
  26. if errorlevel 2 goto joeB
  27. if errorlevel 1 goto joeA
  28.  
  29. :joeB
  30. cls
  31. c:
  32. cd\games\joemac
  33. cave
  34. del cave.exe
  35. b:
  36. echo Please refer to the Coverdisk pages for information in how
  37. echo to run and play this playable preview...
  38. pause
  39. goto start
  40.  
  41. :joeA
  42. cls
  43. c:
  44. cd\games\joemac
  45. cave
  46. del cave.exe
  47. a:
  48. echo Please refer to the Coverdisk pages for information in how
  49. echo to run and play this playable preview...
  50. pause
  51. goto start
  52.  
  53. :illum
  54. cls
  55. echo Please wait as the PC FORMAT Coverdisk creates the relevant
  56. echo directories on your hard drive...
  57. md c:\pcf
  58. md c:\pcf\illum
  59. cls
  60. echo Please wait as the PC FORMAT Coverdisk copies the relevant
  61. echo files into the C:\PCF\ILLUM directory...
  62. copy pcfa.bak c:\pcf
  63. copy pcfb.bak c:\pcf
  64. copy illum.* c:\pcf\illum
  65. cls
  66. whatdrv
  67. getkey ab
  68. if errorlevel 2 goto illumB
  69. if errorlevel 1 goto illumA
  70.  
  71. :illumA
  72. cls
  73. c:
  74. cd\pcf\illum
  75. illum
  76. del illum.exe
  77. cd\pcf
  78. ren pcfa.bak pcfa.bat
  79. ren pcfb.bak pcfb.bat
  80. a:
  81. echo Before you can use this program, you have to copy the installation
  82. echo files onto a newly formatted disk. First exit the Coverdisk and 
  83. echo format a new disk. Next type c: [Enter] cd\pcf [Enter]
  84. echo Next, type pcfa [Enter] to copy the files to A: or pcfb [Enter]
  85. echo to copy the files to b:
  86. pause
  87. goto start
  88.  
  89. :illumB
  90. cls
  91. c:
  92. cd\pcf\illum
  93. illum
  94. del illum.exe
  95. cd\pcf
  96. ren pcfa.bak pcfa.bat
  97. ren pcfb.bak pcfb.bat
  98. b:
  99. echo Before you can use this program, you have to copy the installation
  100. echo files onto a newly formatted disk. First exit the Coverdisk and 
  101. echo format a new disk. Next type c: [Enter] cd\pcf [Enter]
  102. echo Next, type pcfa [Enter] to copy the files to A: or pcfb [Enter]
  103. echo to copy the files to b:
  104. pause
  105. goto start
  106.  
  107. :roo
  108. cls
  109. echo Please wait as the PC FORMAT Coverdisk creates the relevant
  110. echo directories on your hard drive...
  111. md c:\pcf
  112. md c:\pcf\roo
  113. cls
  114. echo Please wait as the PC FORMAT Coverdisk copies the relevant
  115. echo files into the C:\PCF\ROO directory...
  116. copy roo1.* c:\pcf\roo
  117.  
  118. cls
  119. whatdrv
  120. getkey ab
  121. if errorlevel 2 goto rooB
  122. if errorlevel 1 goto rooA
  123.  
  124. :rooA
  125. cls
  126. c:
  127. cd\pcf\roo
  128. roo1
  129. del roo1 .exe
  130. a:
  131. echo Please refer to the Coverdisk pages for information in how
  132. echo to run this program...
  133. pause
  134. goto start
  135.  
  136. :rooB
  137. cls
  138. c:
  139. cd\pcf\roo
  140. roo1
  141. del roo1.exe
  142. b:
  143. echo Please refer to the Coverdisk pages for information in how
  144. echo to run this program...
  145. pause
  146. goto start
  147.  
  148. :pdir
  149. cls
  150. echo Please wait as the PC FORMAT Coverdisk creates the relevant
  151. echo directories on your hard drive...
  152. md c:\utils
  153. cls
  154. echo Please wait as the PC FORMAT Coverdisk copies the relevant
  155. echo files into the C:\UTILS directory...
  156. copy \pdir\*.* c:\utils
  157. cls
  158. echo Please refer to the Coverdisk pages for information in how
  159. echo to run this program...
  160. pause
  161. goto start
  162.  
  163. :arce
  164. cls
  165. echo Please wait as the PC FORMAT Coverdisk creates the relevant
  166. echo directories on your hard drive...
  167. md c:\utils
  168. cls
  169. echo Please wait as the PC FORMAT Coverdisk copies the relevant
  170. echo files into the C:\UTILS directory...
  171. copy arce.* c:\utils
  172. cls
  173. echo Please refer to the Coverdisk pages for information in how
  174. echo to use ARCE...
  175. pause
  176. goto start
  177.  
  178. :exit
  179. cls
  180. goodbye
  181. getkey x
  182. if errorlevel 1 goto quit
  183. :quit
  184. cls
  185. echo on
  186.