home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 2247.dms / in.adf / InstallFonts < prev    next >
Encoding:
Text File  |  1992-03-25  |  272 b   |  13 lines

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