home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Killer
/
Game_Killer.bin
/
003.INSTALL.SCR
< prev
next >
Wrap
Text File
|
1991-05-22
|
810b
|
38 lines
clear
space %1: 720 NoSpace
godir %1:\sierra\ll5 CantCreate
echo Copying Startup Files ...'
copy %2:*.drv
copy %2:scidhuv.exe sierra.exe
copy %2:resource.map
echo %3>resource.cfg
copy %2:install.exe
copy %2:install.hlp
copy %2:ll5.bat
copy ll5.bat \ll5.bat
echo Copying Game files...
exists %2:resource.001 Please insert the disk labeled "Disk 1" in drive %2:.
copy %2:resource.001
clear
echo
echo To play:
echo From the root directory of %1:,
echo Type 'll5' and press [ENTER].
echo
pause
goto Exit2
:NoSpace
clear
echo
echo There is not enough space on %1: to install Leisure Suit Larry I!
rem determine which message to bring up.
echo 720 kilobytes of disk space are necessary.
echo
:Exit2
end
:CantCreate
alert Unable to create directory %1:\sierra\sq4
end