home *** CD-ROM | disk | FTP | other *** search
/ 3D Madness! Companion CD / 3DMADNESS.iso / games / gknight / gknight.exe / INSTALL.SCR < prev    next >
Text File  |  1993-05-24  |  2KB  |  98 lines

  1. clear
  2. space %1: 7000 NoSpace
  3. godir %1:%4 CantCreate
  4. rem Copy over the necessary files.
  5. echo Copying Startup Files ...
  6. copy %2:*.drv
  7. copy %2:interp.err
  8. copy %2:version
  9. copy %2:install.*  
  10. copy %2:*.map
  11. copy %2:read.me
  12. copy %2:readme.bat
  13. copy %2:sierra.exe
  14.  
  15. if exist %2:*.scr copy %2:*.scr
  16. if exist %2:*.hep copy %2:*.hep
  17. if exist %2:*.tex copy %2:*.tex
  18. if exist %2:*.fon copy %2:*.fon
  19. if exist %2:*.v56 copy %2:*.v56
  20. if exist %2:*.p56 copy %2:*.p56
  21. if exist %2:*.snd copy %2:*.snd
  22. if exist %2:*.aud copy %2:*.aud
  23. if exist %2:*.wav copy %2:*.aud
  24.  
  25. copy %2:gabriel.bat
  26.  
  27. echo %3 > resource.cfg
  28.  
  29. copy %2:resource.p01 resource.000
  30.  
  31. echo Copying Game files...
  32.  
  33. exists %2:resource.p02 Please insert the disk labeled "Disk 1" in drive %2:.
  34. copy resource.000 + %2:resource.p02
  35. copy %2:title.seq
  36.  
  37. if exist %2:*.scr copy %2:*.scr
  38. if exist %2:*.hep copy %2:*.hep
  39. if exist %2:*.tex copy %2:*.tex
  40. if exist %2:*.fon copy %2:*.fon
  41. if exist %2:*.v56 copy %2:*.v56
  42. if exist %2:*.p56 copy %2:*.p56
  43. if exist %2:*.snd copy %2:*.snd
  44. if exist %2:*.aud copy %2:*.aud
  45. if exist %2:*.wav copy %2:*.aud
  46.  
  47. exists %2:resource.sfx Please insert the disk labeled "Disk 2" in drive %2:.
  48.  
  49. if exist %2:*.scr copy %2:*.scr
  50. if exist %2:*.hep copy %2:*.hep
  51. if exist %2:*.tex copy %2:*.tex
  52. if exist %2:*.fon copy %2:*.fon
  53. if exist %2:*.v56 copy %2:*.v56
  54. if exist %2:*.p56 copy %2:*.p56
  55. if exist %2:*.snd copy %2:*.snd
  56. if exist %2:*.aud copy %2:*.aud
  57. if exist %2:*.wav copy %2:*.aud
  58. rem if exist %2:resource.sfx copy %2:resource.sfx
  59. if exist %2:65535.map copy %2:65535.map
  60. clear
  61. echo Decompressing audio files...
  62. %2:auddcomp .\ %2: > NUL
  63. rem %2:auddcomp >NUL
  64.  
  65. :exit
  66. clear
  67. rem echo
  68. rem echo  To play NOW:
  69. rem echo     Type GABRIEL [ENTER].
  70. echo
  71. echo  To play:
  72. echo     From the directory of %1:%4,
  73. echo     Type GABRIEL and press [ENTER].
  74. echo
  75. pause
  76. goto Exit2
  77.  
  78.  
  79. :NoSpace
  80. clear
  81. echo
  82. echo There is not enough space on %1: to install Gabriel Knight demo
  83. echo 7.0 megabytes of disk space are necessary.
  84. echo
  85. pause
  86.  
  87.  
  88. :Exit2
  89. end
  90.  
  91.  
  92. :CantCreate
  93. alert Unable to create directory %1:%4
  94. end
  95. 
  96. 
  97. 
  98.