home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / metro_426.lzh / Metro / InstallFont < prev    next >
Text File  |  1991-01-02  |  379b  |  15 lines

  1. .K ""
  2. echo "This script will install the anthracite font in your FONTS: directory."
  3. echo "It only needs to be run once, before you run Metro for the first time."
  4. echo ""
  5.  
  6. ask "Do you wish to proceed?"
  7. if WARN
  8.     makedir FONTS:anthracite
  9.     copy anthracite.font FONTS:anthracite.font
  10.     copy 7 FONTS:anthracite/7
  11. endif
  12.  
  13. echo "All Done.  Click close gadget to get rid of window."
  14. endcli
  15.