home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 7 / PCFORMAT07.iso / KQ7 / INSTALL.SCR < prev    next >
Encoding:
Text File  |  1994-07-18  |  1.2 KB  |  76 lines

  1. clear
  2. :Choose
  3. godir %1:%4 cantcreate
  4.  
  5. cls
  6.  
  7. :faster
  8. space %1: 14000 nospace1
  9. echo
  10. echo    Copying game files to
  11. echo %1:%4, 
  12. echo
  13.  
  14. echo @echo off        >..\kq7dos.bat
  15. echo cd %4           >>..\kq7dos.bat
  16. echo sierra         >>..\kq7dos.bat
  17. echo cd ..           >>..\kq7dos.bat
  18.  
  19. echo @echo off        >kq7dos.bat
  20. echo sierra         >>kq7dos.bat
  21.  
  22. REM Copy files without echoing the filenames being copied
  23. copy %2:*.*    %1:            /s
  24.  
  25. echo %3                >resource.cfg
  26. echo resAUD    = %1:%4        >>resource.cfg
  27. echo resSFX    = %1:%4        >>resource.cfg
  28. echo patchDir  = %1:%4        >>resource.cfg
  29.  
  30. goto done
  31.  
  32. :done
  33. REM cd ..>NULL
  34. cls
  35. echo
  36. echo    To play the Kings Quest 7 Demo, change to the
  37. echo    current directory or to 
  38. echo 
  39. echo             %1:%4, and type:
  40. echo
  41. echo                                KQ7DOS [ENTER]
  42. echo
  43. echo
  44. echo
  45. echo
  46. echo
  47. echo
  48. echo
  49. pause
  50. goto quit
  51.  
  52. :cantcreate
  53. alert   Unable to create the directory %1:%4 !
  54. pause
  55. goto quit
  56.  
  57. :nospace1
  58. cls
  59. echo
  60. echo    Hey! %1: doesn't have 13 megabytes free!
  61. echo Go erase your word processor or something and let's
  62. echo try this again later. 
  63. echo 
  64. echo 
  65. echo
  66. echo
  67. echo
  68. echo
  69. echo
  70. echo
  71. pause
  72. goto quit
  73.  
  74. :quit
  75. end
  76.