home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 613b.lha / ThinFonts / InstallFonts < prev    next >
Encoding:
Text File  |  1992-02-02  |  243 b   |  11 lines

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