home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / Othergam / KQ6-1.ZIP / INSTALL.SCR < prev    next >
Text File  |  1992-09-29  |  3KB  |  82 lines

  1. space %1: 19726 noIntro
  2. godir %1:%4 cantcreate
  3. echo install the intro. >dointro
  4. goto Continue
  5. :noIntro
  6. rem Check to see if they can at least install the game, if not goto nospace
  7. space %1: 12900 nospace
  8. clear
  9. echo If you want to see the opening cartoon, 20.2 megabytes
  10. echo of hard disk space is necessary on drive %1:. However,
  11. echo you do have enough space to install just the game.
  12. echo Continue installing Kings Quest VI? (Y/N)
  13. pick yn Continue Quit
  14. :Quit
  15. end
  16. :Continue
  17. godir %1:%4 cantcreate
  18. del resource.000
  19. echo Copying files to %1:%4 ...
  20. rem Make the batch files to run the game
  21. echo echo off            >..\kq6.bat
  22. echo cd %4           >>..\kq6.bat
  23. echo kq6             >>..\kq6.bat
  24. copy %2:*.*
  25. del intro.p01
  26. echo %3>resource.cfg
  27. if not exist dointro goto doGame
  28. echo
  29. echo Copying Intro files...
  30. exists %2:intro.p01 Please insert the disk labeled "Disk 1" in drive %2:.
  31. copy seq.exe + %2:intro.p01
  32. exists %2:intro.p02 Please insert the disk labeled "Disk 2" in drive %2:.
  33. copy seq.exe + %2:intro.p02
  34. exists %2:intro.p03 Please insert the disk labeled "Disk 3" in drive %2:.
  35. copy seq.exe + %2:intro.p03
  36. :doGame
  37. del dointro
  38. echo
  39. echo Copying Game files...
  40. exists %2:resource.p01 Please insert the disk labeled "Disk 3" in drive %2:.
  41. copy resource.000 + %2:resource.p01
  42. exists %2:resource.p02 Please insert the disk labeled "Disk 4" in drive %2:.
  43. copy resource.000 + %2:resource.p02
  44. exists %2:resource.p03 Please insert the disk labeled "Disk 5" in drive %2:.
  45. copy resource.000 + %2:resource.p03
  46. exists %2:resource.p04 Please insert the disk labeled "Disk 6" in drive %2:.
  47. copy resource.000 + %2:resource.p04
  48. exists %2:resource.p05 Please insert the disk labeled "Disk 7" in drive %2:.
  49. copy resource.000 + %2:resource.p05
  50. exists %2:resource.p06 Please insert the disk labeled "Disk 8" in drive %2:.
  51. copy resource.000 + %2:resource.p06
  52. rem audio files
  53. echo
  54. echo Copying audio files...
  55. exists %2:audio.p01 Please insert the disk labeled "Disk 8" in drive %2:.
  56. copy resource.aud + %2:audio.p01
  57. exists %2:audio.p02 Please insert the disk labeled "Disk 9" in drive %2:.
  58. copy resource.aud + %2:audio.p02
  59. copy %2:*.*
  60. del audio.p02
  61. cls
  62. echo
  63. echo  To play Kings Quest VI now:
  64. echo     Type KQ6 [ENTER].
  65. echo
  66. echo  To play Kings Quest VI later:
  67. echo     From the directory of %1:%4,
  68. echo     Type KQ6 and press [ENTER].
  69. echo
  70. pause
  71. end
  72. :cantcreate
  73. alert Unable to create directory %1:%4
  74. end
  75. :nospace
  76. cls
  77. echo
  78. echo There is not enough space on %1: to install. 
  79. echo 13.2 megabytes of disk space are necessary.
  80. pause
  81. end
  82.