home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 5 / ClassicFond05_nopass.iso / ADVENTUR / LARRY1-6.RAR / LSL6 / INSTALL.SCR < prev    next >
Text File  |  1994-12-05  |  1KB  |  71 lines

  1. space %1: 10240 NoSpace
  2. godir %1:%4 CantCreate
  3.  
  4. echo Copying files...
  5. copy %2:version
  6. copy %2:sierra.exe
  7. copy %2:interp.err
  8. copy %2:resource.map
  9. copy %2:install.*
  10. copy %2:*.drv
  11. copy %2:readme
  12. echo Copying game resources
  13. echo (this will take a while!)...
  14. copy %2:resource.000
  15. copy %2:resource.sfx
  16. echo Copying game patches...
  17. copy %2:*.msg
  18. copy %2:*.scr
  19. copy %2:*.hep
  20. copy %2:*.snd
  21.  
  22. echo @echo off > ..\LSL6.bat
  23. echo cd %4   >> ..\LSL6.bat
  24. echo sierra  >> ..\LSL6.bat
  25. echo cd ..   >> ..\LSL6.bat
  26.  
  27. echo @echo off > readme.bat
  28. echo type readme | more >> readme.bat
  29.  
  30. echo sierra   > LSL6.bat
  31.  
  32. echo %3 > resource.cfg
  33. echo mouseDrv=yes >> resource.cfg
  34. rem kludgy, but last minute fix
  35.  
  36. :exit
  37. clear
  38. echo
  39. echo To play the game, change to the directory
  40. echo    %1:%4, and type LSL6.
  41. echo
  42. echo
  43. pause
  44. goto Exit2
  45.  
  46.  
  47. :NoSpace
  48. clear
  49. echo
  50. echo There is not enough space on %1: to install Larry 6.
  51. echo You need 10.5 megabytes of free disk space.
  52. echo
  53. echo Come on, delete that word processor!  Trash that
  54. echo spreadsheet!  Free up some hard disk space.
  55. echo
  56. echo IT'S WORTH IT!!
  57. echo
  58. echo
  59. pause
  60. goto Exit2
  61.  
  62.  
  63. :CantCreate
  64. alert Unable to create directory %1:%4.
  65. goto Exit2
  66.  
  67. :Exit2
  68. %2:
  69. cd %2:\
  70. end
  71.