home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
cdrom
/
Player
/
Interplay3.1
/
Install.script
next >
Wrap
Text File
|
1995-08-28
|
1KB
|
37 lines
echo "
Installation script for Interplay V3.1
"
echo " --------------------------------------"
echo ""
echo "This script will install the system-files for Interplay. Not the program"
echo "itself. To do so, just drag the Interplay icon to your desired drawer."
echo ""
ask "Do you want to continue ? (y/n)"
if warn
echo "
Copying preferences...
"
copy env/#? ENV: ALL
copy env/#? ENVARC: ALL
echo ""
echo ""
echo "If this is the first time you install Interplay, answer 'Y' on this"
echo "prompt. If you answer 'N' on the prompt, a default artist list will"
echo "be installed. Remember that this procedure will replace the the old
echo "interplay.list (in s:) if one is present already."
echo ""
ask "Install new list ? (y/n)"
if warn
echo ""
echo "
A new Interplay.list is copied and can be found in your S: directory
"
copy s/#? s:
endif
echo ""
echo "
Installation complete...
"
echo ""
echo ""
echo "
Now drag the Interplay and the document icon to your desired drawer!"
echo "Interplay can be started by double clicking on its icon or from CLI."
Wait 10
endif
echo ""
echo ""
echo "
Installation aborted...
"