home *** CD-ROM | disk | FTP | other *** search
- .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
-