home *** CD-ROM | disk | FTP | other *** search
/ PC Format 7 / Disk7.iso / PCF.BAT < prev    next >
DOS Batch File  |  1992-02-26  |  2KB  |  162 lines

  1. echo off
  2. cls
  3.  
  4. disp menu\pcf0 1
  5. disp menu\pcfiss7 1
  6.  
  7. :start
  8. nocurs
  9. disp menu\pcfiss7 2
  10. getkey uboetx
  11.  
  12. if errorlevel 6 goto quit
  13. if errorlevel 5 goto fox
  14. if errorlevel 4 goto egatrek
  15. if errorlevel 3 goto oct
  16. if errorlevel 2 goto blast
  17. if errorlevel 1 goto utils
  18.  
  19. :fox
  20. disp menu\foxintro 2
  21. getkey vechm
  22.  
  23. if errorlevel 5 goto start
  24. if errorlevel 4 goto foxherc
  25. if errorlevel 3 goto foxcga
  26. if errorlevel 2 goto foxega
  27. if errorlevel 1 goto foxvga
  28.  
  29. :foxherc
  30. cd fox
  31. demo /h
  32. cd\
  33. goto start
  34.  
  35. :foxcga
  36. cd fox
  37. demo /c
  38. cd\
  39. goto start
  40.  
  41. :foxega
  42. cd fox
  43. demo /e
  44. cd\
  45. goto start
  46.  
  47. :foxvga
  48. cd fox
  49. demo /v
  50. cd\
  51. goto start
  52.  
  53. :egatrek
  54. cd egatrek
  55. egatrek
  56. cd\
  57. goto start
  58.  
  59. :oct
  60. cd oct
  61. oct18
  62. cd\
  63. goto start
  64.  
  65. :blast
  66. disp menu\blastin 2
  67. getkey cbam
  68.  
  69. if errorlevel 4 goto start
  70. if errorlevel 3 goto insta
  71. if errorlevel 2 goto instb
  72. if errorlevel 1 goto instc
  73.  
  74. :insta
  75. cls
  76. copy \blast\*.* a:
  77. echo For details on how to run Blast, please refer to the disk pages
  78. pause
  79. goto start
  80.  
  81. :instb
  82. cls
  83. copy \blast\*.* b:
  84. echo For details on how to run Blast, please refer to the disk pages
  85. pause
  86. goto start
  87.  
  88. :instc
  89. cls
  90. md c:\blast
  91. copy \blast\*.* c:\blast
  92. echo For details on how to run Blast, please refer to the disk pages
  93. pause
  94. goto start
  95.  
  96. :utils
  97. disp \menu\utils 2
  98. getkey nsam
  99.  
  100. if errorlevel 4 goto start
  101. if errorlevel 3 goto addmem
  102. if errorlevel 2 goto spdmap
  103. if errorlevel 1 goto newart
  104.  
  105. :addmem
  106. disp menu\addmem 2
  107. getkey abcm
  108.  
  109. if errorlevel 4 goto start
  110. if errorlevel 3 goto addc
  111. if errorlevel 2 goto addb
  112. if errorlevel 1 goto adda
  113.  
  114. :addc
  115. cls
  116. Echo This will create a directory called UTILS on your C drive
  117. Echo If you already have this directory the computer will show
  118. Echo a message, but will still copy the files into this directory.
  119. pause
  120. md c:\utils
  121. copy \addmem\*.* c:\utils
  122. goto start
  123.  
  124. :addb
  125. cls
  126. Echo Please insert a blank disk in drive B:
  127. pause
  128. copy \addmem\*.* b:
  129. goto start
  130.  
  131. :adda
  132. cls
  133. Echo Please insert a blank disk in drive A:
  134. pause
  135. copy \addmem\*.* a:
  136. goto start
  137.  
  138. :spdmap
  139. disp menu\spdmap 2
  140. getkey cm
  141.  
  142. if errorlevel 2 goto start
  143. if errorlevel 1 goto spdmap2
  144.  
  145. :spdmap2
  146. cls
  147. spdmap\sm
  148. pause
  149. goto start
  150.  
  151. :newart
  152. cd newart
  153. newart
  154. cd\
  155. goto start
  156.  
  157. :quit
  158. cls
  159. disp menu\pcfend 2
  160. pause
  161. cursor
  162. cls