home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
550b.lha
/
Term_v1.8a
/
Install
< prev
next >
Wrap
Text File
|
1991-09-08
|
570b
|
22 lines
.K ""
echo "This script will install the fonts and libraries directly into"
echo "your FONTS: and LIBS: directories. If you do not wish to have"
echo "the fonts or libraries installed there, you will need to do"
echo "a custom installation."
echo ""
ask "Do you wish to install the fonts?"
if WARN
echo "Unpacking fonts ..."
:c/lharc -x -m x Fonts.lzh FONTS:
endif
ask "Do you wish to install the libraries?"
if WARN
echo "Unpacking libaries ..."
:c/lharc -x -m x Libs.lzh LIBS: #?.library
endif
echo "All Done. Click close gadget to get rid of window."
endcli