home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 3
/
CDASC03.ISO
/
demos
/
sierrasl
/
install.scr
< prev
next >
Wrap
Text File
|
1993-04-01
|
1KB
|
59 lines
rem INSTALL SCRIPT FOR GENERAL PURPOSE SLIDESHOW GENERATOR
clear
space %1: 1000 NoSpace
godir %1:%4 CantCreate
rem Copy over the necessary files.
echo Copying Startup Files ...
copy %2:*.drv
rem Use debugless interpreter "sierra.exe", not sciv.exe
copy %2:sierra.exe
copy %2:interp.err
copy %2:version
rem copy %2:tandy3v.drv
copy %2:install.*
copy %2:resource.cfg
copy %2:resource.map
copy %2:demo.bat
copy %2:demodata.res
echo %3 > resource.cfg
echo Copying Game files...
del resource.000
rem Marketing wants single floppy only
copy %2:resource.000
exists %2:resource.000 Copy of resource.000 was unsuccessful.
:exit
clear
echo
echo To play NOW:
echo Type DEMO [ENTER].
echo
echo To play LATER:
echo From the directory of %1:%4,
echo Type DEMO and press [ENTER].
echo
echo NOTE: This demo does not support joysticks
pause
goto Exit2
:NoSpace
clear
echo
echo There is not enough space on %1: to install the
echo Sierra Slideshow! 1.0 megabytes of disk space are necessary.
echo
pause
:Exit2
end
:CantCreate
alert Unable to create directory %1:%4
end