home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-385-Vol-1of3.iso
/
t
/
twisdemo.zip
/
TWISDEMO.EXE
/
INSTALL.SCR
< prev
next >
Wrap
Text File
|
1992-12-17
|
844b
|
50 lines
clear
space %1:4400 NoSpace
godir %1:\sierra\TWDEMO CantCreate
rem Copy over the necessary files.
echo Copying files
copy %2:*.drv
copy %2:*.snd
copy %2:twisty.exe
copy %2:interp.*
copy %2:version
copy %2:install.*
copy %2:*.map
copy %2:readme
echo Copying Game files
copy %2:resource.000
echo %3 > resource.cfg
echo Copying Audio files
copy %2:resource.AUD
echo PLEASE WAIT - DECOMPRESSING AUDIO
%2:\dcompaud .\ > NULL
clear
echo
echo When you have installed Twisty History
echo change to the sierra\twdemo directory, then type twisty.
echo
pause
goto Exit2
:NoSpace
clear
echo
echo You do not have enough disk space in %1,
echo to install Twisty History!
echo 4.4 Meg. of free disk space is required.
echo
pause
:Exit2
end
:CantCreate
alert Cannot create directory %1:\sierra\TW
end