home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 613a.lha / FlyspeckFont / InstallFont < prev    next >
Encoding:
Text File  |  1992-02-01  |  335 b   |  15 lines

  1. .K ""
  2. echo "This script will install the flyspeck font in your FONTS: directory."
  3.  
  4. ask "Do you wish to continue with the installation? [y/n]"
  5. if WARN
  6.     if not EXISTS FONTS:flyspeck
  7.         makedir FONTS:flyspeck
  8.     endif
  9.     copy flyspeck.font FONTS:
  10.     copy 3 FONTS:flyspeck
  11. endif
  12.  
  13. echo "All Done.  Click close gadget to get rid of window."
  14. endcli
  15.