home *** CD-ROM | disk | FTP | other *** search
- .K ""
- echo "This script will install the flyspeck font in your FONTS: directory."
-
- ask "Do you wish to continue with the installation? [y/n]"
- if WARN
- if not EXISTS FONTS:flyspeck
- makedir FONTS:flyspeck
- endif
- copy flyspeck.font FONTS:
- copy 3 FONTS:flyspeck
- endif
-
- echo "All Done. Click close gadget to get rid of window."
- endcli
-