home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 003.INSTALL.SCR < prev    next >
Text File  |  1991-05-22  |  810b  |  38 lines

  1. clear
  2. space %1: 720    NoSpace
  3. godir %1:\sierra\ll5    CantCreate
  4. echo Copying Startup Files ...'
  5. copy %2:*.drv
  6. copy %2:scidhuv.exe sierra.exe
  7. copy %2:resource.map 
  8. echo %3>resource.cfg
  9. copy %2:install.exe
  10. copy %2:install.hlp
  11. copy %2:ll5.bat
  12. copy ll5.bat \ll5.bat
  13.  
  14. echo Copying Game files...
  15. exists %2:resource.001 Please insert the disk labeled "Disk 1" in drive %2:.
  16. copy %2:resource.001
  17.  
  18. clear
  19. echo
  20. echo  To play:
  21. echo     From the root directory of %1:,
  22. echo     Type 'll5' and press [ENTER].
  23. echo
  24. pause
  25. goto Exit2
  26. :NoSpace
  27. clear
  28. echo
  29. echo There is not enough space on %1: to install Leisure Suit Larry I!
  30. rem determine which message to bring up.
  31. echo 720 kilobytes of disk space are necessary.
  32. echo
  33. :Exit2
  34. end
  35. :CantCreate
  36. alert Unable to create directory %1:\sierra\sq4
  37. end
  38.