home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / turbotitle_424.lzh / TurboTitle / InstallFonts < prev    next >
Text File  |  1990-12-30  |  284b  |  15 lines

  1. .K ""
  2. echo "This script will install the fonts in your FONTS: directory."
  3. echo ""
  4.  
  5. ask "Is this ok?"
  6. if WARN
  7.     echo "Installing fonts ..."
  8.     copy fonts fonts: all
  9. else
  10.     echo "Oh, ok, but I really did want to ..."
  11. endif
  12.  
  13. echo "All Done.  Click close gadget to get rid of window."
  14. endcli
  15.