home *** CD-ROM | disk | FTP | other *** search
/ World of Krondor (Promo) / 980804_1901.BIN / INSTALL.SCR < prev    next >
Text File  |  1994-03-11  |  3KB  |  130 lines

  1. clear
  2. echo The install program will now copy part or
  3. echo all of Betrayal At Krondor to your hard drive.
  4. echo If you choose only a partial install music will
  5. echo play only through your selected sound card.  If
  6. echo you choose full install you will have the option
  7. echo of hearing CD quailty music or standard soundcard
  8. echo music.
  9. echo Approximate hard drive space required for full
  10. echo install:  15 Megs
  11. echo For partial install:  2.6 Meg(s)
  12. echo
  13. echo Do you wish a (F)ull or (P)artial install?
  14. pick fp Full Partial
  15.  
  16. :Full
  17. clear
  18. space %1: 15000 NoSpace
  19. %1:
  20. godir %4 CantCreate
  21.  
  22. echo Copying Game files (Full install)...
  23.  
  24. copy %2:adl.drv
  25. copy %2:genmidi.drv
  26. copy %2:mt32.drv
  27. copy %2:sndblast.drv
  28. copy %2:std.drv
  29. copy %2:vmcode.ovl
  30. copy %2:sx.ovl
  31. copy %2:frp.sx
  32. copy %2:startup.gam
  33. copy %2:resource.cfg
  34. copy %2:install.exe
  35. copy %2:install.hlp
  36. copy %2:install.scr
  37. copy %2:install.txt
  38. copy %2:readme
  39. copy %2:readme.bat
  40. copy %2:krondor.rmf
  41. copy %2:krondor.nhb
  42. copy %2:krondor.001
  43. echo %1 >drive.cfg
  44. echo %2 >>drive.cfg
  45. echo %3 >resource.cfg
  46. del krondor.exe > nul
  47. rename krondor.nhb krondor.exe
  48. goto done
  49.  
  50. :Partial
  51. clear
  52. clear
  53. space %1: 2600 NoSpace
  54. %1:
  55. godir %4 CantCreate
  56.  
  57. echo Copying Game files (Partial install)...
  58.  
  59. copy %2:README
  60. copy %2:README.BAT
  61. copy %2:ADL.DRV
  62. copy %2:GENMIDI.DRV
  63. copy %2:MT32.DRV
  64. copy %2:SNDBLAST.DRV
  65. copy %2:STD.DRV
  66. copy %2:INSTALL.EXE
  67. copy %2:KRONDOR.nhb
  68. copy %2:STARTUP.GAM
  69. copy %2:INSTALL.HLP
  70. copy %2:SX.OVL
  71. copy %2:VMCODE.OVL
  72. copy %2:INSTALL.SCR
  73. copy %2:FRP.SX
  74. copy %2:INSTALL.TXT
  75. copy %2:resource.cfg
  76. del krondor.exe > nul
  77. rename krondor.nhb krondor.exe
  78.  
  79. echo %2 >drive.cfg
  80. echo %1 >>drive.cfg
  81. echo %3 >resource.cfg
  82.  
  83. :Done
  84. clear
  85. echo
  86. echo  To play NOW:
  87. echo     Type KRONDOR and press [ENTER].
  88. echo
  89. echo  To play LATER:
  90. echo     From the root directory of %1:
  91. echo     Type CD %4 and press [ENTER], then
  92. echo     Type KRONDOR and press [ENTER].
  93. echo
  94. pause
  95. end
  96.  
  97. :NoSpace
  98. clear
  99. echo
  100. alert There is not enough space on %1: to install Betrayal At Krondor on your hard drive.  15 Megabytes of disk space are necessary for a full install, 2.6 Megabytes for a partial install.
  101. end
  102.  
  103. :CantCreate
  104. clear
  105. echo
  106. alert Unable to create directory %4
  107. end
  108.  
  109. :ERR1
  110. alert Unable to read resource file.  Make sure the drive door is shut and run install again.
  111. end
  112. :ERR2
  113. alert Unable to write resource file to hard drive.  This program only installs games on hard drives.  Run install again.  If you get this message again you may have a problem with your hard drive.
  114. end
  115. :ERR3
  116. alert Not enough memory to run extraction program.  The extraction program needs a minimum of 550k to operate.
  117. end
  118. :ERR4
  119. alert The resource file is bad.  Run install again.  If you get this message again, you probably received a bad disk.
  120. end
  121. :ERR5
  122. 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 file.
  123. end
  124. :ERR6
  125. 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 file.
  126. end
  127.  
  128. :exit
  129. end
  130.