home *** CD-ROM | disk | FTP | other *** search
/ Crazy Collection 12 / CC-12_2.iso / update / mtech / english / install.scr < prev    next >
Encoding:
Text File  |  1995-03-22  |  5.4 KB  |  170 lines

  1.  
  2. godir %1:%4 CantCreate
  3.  
  4. if not exist vol\simsound.vol goto NoGame
  5.  
  6. space %1: 10000 NoMinSpace
  7. clear
  8.  
  9. echo The install program will now copy 
  10. echo the EarthSiege Expansion Pack to your hard drive.
  11. echo Approximate hard drive space required:  8.5 Megs
  12. echo Hard drive space required during install:  10 Megs
  13. echo
  14. echo Do you wish to (C)ontinue or (E)xit?
  15. pick ce Continue Exit
  16.  
  17. :Continue
  18. %1:
  19. clear
  20. echo There are 3 disks to install.
  21. echo It takes about 10 minutes copy and unpack the files.
  22. echo
  23. echo If this installation process fails for any reason, you
  24. echo should consult the troubleshooting section of your
  25. echo game manual as well as the README file for tips on
  26. echo resolving the problem.
  27. echo
  28. echo Copying Game files...
  29.  
  30. exists %2:..\RESOURCE.000 Please insert the disk labeled "Disk 1" in drive %2:.
  31. godir %4\install CantCreate
  32. copy %2:readme .
  33. godir %4 CantCreate
  34.  
  35. copy %2:..\unchunk.exe
  36. copy %2:..\RESOURCE.000
  37. clear
  38. echo Uncompressing Files - We are currently uncompressing
  39. echo the game files from Disk 1.  This process can take
  40. echo anywhere from 1-5 minutes depending on the speed of
  41. echo your computer.
  42. echo
  43. echo You will notice that the light on the floppy drive
  44. echo will not be active.  This is normal.  The computer 
  45. echo will prompt you when the uncompression procedure 
  46. echo has finished.  If you are using a disk caching 
  47. echo program, you may also notice that the hard drive
  48. echo light will not access often.
  49. echo
  50. echo Processing %2:resource.000...
  51. unchunk RESOURCE.000 . > nul
  52. if ERRORLEVEL 1 goto BadChunk
  53. del RESOURCE.000
  54.  
  55. exists %2:RESOURCE.001 Please insert the disk labeled "Disk 2" in drive %2:.
  56. clear
  57. echo Now would be a good time to fill out your Sierra
  58. echo Warranty Registration card.  You will find it 
  59. echo attached to your simulation manual.  Please fill it 
  60. echo out and send the bottom section back (we even pay the 
  61. echo postage!).  Keep the top section for your records.
  62. echo
  63. echo Sending in the Sierra Registration card not only
  64. echo lets us know that you have purchased the EarthSiege
  65. echo Expansion Pack, it will also enable you to receive
  66. echo a free subscription to our InterAction magazine 
  67. echo which contains gameplay tips, strategies, previews 
  68. echo and reviews of the most popular educational and 
  69. echo entertainment titles released by Sierra Publishing.
  70. echo
  71. copy %2:RESOURCE.001 
  72. clear
  73. echo Sending in your Registration card also lets us know a
  74. echo little more about you and your computer so we can do a
  75. echo better job of making the kind of games you want!
  76. echo
  77. echo Have you read the "readme" file yet?  Well, if you
  78. echo haven't, put it on your list of things to do.  The
  79. echo "readme" file contains information that was not
  80. echo available when the manual was sent to the printers.
  81. echo You can view the "readme" file by loading it into your
  82. echo word processor or text editor.  You may also view this
  83. echo file in the install program itself.  The "readme" file 
  84. echo is considered to be part of your EarthSiege game 
  85. echo documentation, and should not be missed!
  86. echo
  87. echo Processing %2:resource.001...
  88. unchunk RESOURCE.001 . > nul
  89. if ERRORLEVEL 1 goto BadChunk
  90. del RESOURCE.001
  91.  
  92. exists %2:RESOURCE.002 Please insert the disk labeled "Disk 3" in drive %2:.
  93.  
  94. copy %2:RESOURCE.002 
  95. clear
  96. echo To get the full blown EarthSiege experience, pick up a
  97. echo copy of the Metaltech: EarthSiege Speech Pack.  
  98. echo Alongside the digitized explosions and rumbling bass
  99. echo of robotic combat, the voices of your commander,
  100. echo fellow pilots, and mechanics accompany game play, 
  101. echo heightening the drama and intensifying the action-- 
  102. echo a must for those who want the maximum game experience.
  103. echo
  104. echo Processing %2:resource.002...
  105. unchunk RESOURCE.002 . > nul
  106. if ERRORLEVEL 1 goto BadChunk
  107. del RESOURCE.002
  108.  
  109. exists %2:RESOURCE.000 Please insert the disk labeled "Disk 1" in drive %2:.
  110.  
  111. del UNCHUNK.EXE
  112.  
  113. if not exist VOL\T.VOL goto Install1
  114. godir %1:%4\vol CantCreate
  115. del T.VOL
  116. godir %1:%4 CantCreate
  117.  
  118. :Install1
  119. if exist ESCD.EXE del ESCD.EXE
  120.  
  121. end
  122.  
  123. :NoSpace
  124. clear
  125. echo
  126. alert There is not enough space on %1: to install the EarthSiege Expansion Pack on your hard drive.  8 megabytes of disk space are necessary.
  127. end
  128.  
  129. :CantCreate
  130. clear
  131. echo
  132. alert Unable to create directory %4
  133. end
  134.  
  135. :Corrupted
  136. alert Corrupted files exist.  Please run install again.
  137. end
  138.  
  139. :BadChunk
  140. if ERRORLEVEL 5 goto ERR5
  141. if ERRORLEVEL 4 goto ERR4
  142. if ERRORLEVEL 3 goto ERR3
  143. if ERRORLEVEL 2 goto ERR2
  144. if ERRORLEVEL 1 goto ERR1
  145. alert Unable to extract resource file.  Please run install again.
  146. end
  147.  
  148. :ERR1
  149. alert Unable to read resource file.  Make sure the drive door is shut and run install again.
  150. end
  151. :ERR2
  152. alert Unable to write resource file to hard drive.  This program only installs games on hard drives.  Run install again.  If you get this messa
  153. end
  154. :ERR3
  155. alert Not enough memory to run extraction program.  The extraction program needs a minimum of 550k to operate.
  156. end
  157. :ERR4
  158. alert The resource file is bad.  Run install again.  If you get this message again, you probably received a bad disk.
  159. end
  160. :ERR5
  161. alert Unable to open the resource file for reading.  A possible solution might be to increase the value of the FILES setting in your CONFIG.SYS
  162. end
  163. :ERR6
  164. alert Unable to open the target file for writing.  A possible solution might be to increase the value of the FILES setting in your CONFIG.SYS f
  165. end
  166.  
  167. :NoGame
  168. alert Can't find MetalTech: EarthSiege installed in %1:%4
  169. end
  170.