home *** CD-ROM | disk | FTP | other *** search
/ PC Format 12 / Disk12.iso / PCF.BAT < prev    next >
DOS Batch File  |  1992-07-21  |  2KB  |  111 lines

  1. echo off
  2. :start
  3. type pcfiss12.ans
  4. getkey gdjpgmx
  5. if errorlevel 7 goto exit
  6. if errorlevel 6 goto moraff
  7. if errorlevel 5 goto graph
  8. if errorlevel 4 goto port
  9. if errorlevel 3 goto jpg
  10. if errorlevel 2 goto drop
  11. if errorlevel 1 goto graph
  12.  
  13. :drop
  14. drop17
  15. goto start
  16.  
  17. :graph
  18. cls
  19. echo Please wait as the Coverdisk copys the relevant files to your hard drive...
  20. md c:\pcf\gws
  21. copy gws*.* c:\pcf\gws
  22. type whatd.ans
  23. getkey bam
  24. if errorlevel 3 goto start
  25. if errorlevel 2 goto agws
  26. if errorlevel 1 goto bgws
  27.  
  28. :agws
  29. c:
  30. cd \pcf\gws
  31. gws----@
  32. gws
  33. a:
  34. goto start
  35.  
  36. :bgws
  37. c:
  38. cd \pcf\gws
  39. gws----@
  40. gws
  41. b:
  42. goto start
  43.  
  44. :moraff
  45. cls
  46. echo Please wait as the Coverdisk copys the relevant files to your hard drive...
  47. md c:\games\moraff
  48. copy mworld.exe c:\games\moraff
  49. type whatd.ans
  50. getkey bam
  51. if errorlevel 3 goto start
  52. if errorlevel 2 goto amoraff
  53. if errorlevel 1 got bmoraff
  54.  
  55. :amoraff
  56. c:
  57. cd \games\moraff
  58. mworld
  59. mw
  60. a:
  61. goto exit
  62.  
  63. :bmoraff
  64. c:
  65. cd \games\moraff
  66. mworld
  67. mw
  68. b:
  69. goto exit
  70.  
  71. :jpg
  72. echo Please wait as the Coverdisk copys the relevant files to your hard drive...
  73. cls
  74. md c:\pcf\gifs
  75. copy GIF2JPG5.EXE c:\pcf\gifs
  76. type whatd.ans
  77. getkey bam
  78. if errorlevel 3 goto start
  79. if errorlevel 2 goto ajpg
  80. if errorlevel 1 goto bjpg
  81.  
  82. :ajpg
  83. c:
  84. cd \pcf\gifs
  85. GIF2JPG5
  86. a:
  87. goto start
  88.  
  89. :bjpg
  90. c:
  91. cd \pcf\gifs
  92. GIF2JPG5
  93. b:
  94. goto start
  95.  
  96. :port
  97. cls
  98. echo Copying PORTRAIT.JPG to C:\PCF\GIFS...
  99. md c:\pcf\gifs
  100. copy PORTRAIT.JPG c:\pcf\gifs
  101. goto start
  102.  
  103. :exit
  104. type goodbye.ans
  105. getkey x
  106. if errorlevel 1 goto quit
  107.  
  108. :quit
  109. cls
  110. echo on
  111.