home *** CD-ROM | disk | FTP | other *** search
- .K ""
- echo "This script will install Moonstone.font, after checking to see"
- echo "if you already have it."
- echo ""
-
- if not EXISTS fonts:Moonstone
- echo "No existing font, installing fonts:Moonstone..."
- copy fonts/#? fonts: all clone
- else
- echo "Moonstone font already exists, no installation performed"
- endif
- echo ""
- echo "All Done. Click close gadget to get rid of window."
- endcli
-