home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 544a.lha / CELLS / Installfont < prev    next >
Text File  |  1991-09-06  |  386b  |  15 lines

  1. .K ""
  2. echo "This script will install Moonstone.font, after checking to see"
  3. echo "if you already have it."  
  4. echo ""
  5.  
  6. if not EXISTS fonts:Moonstone
  7.     echo "No existing font, installing fonts:Moonstone..."
  8.     copy fonts/#? fonts: all clone
  9. else
  10.     echo "Moonstone font already exists, no installation performed"
  11. endif
  12. echo ""
  13. echo "All Done.  Click close gadget to get rid of window."
  14. endcli
  15.