home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / telecom / vlt_455 / fonts / installfonts < prev    next >
Text File  |  1991-02-12  |  760b  |  31 lines

  1. .K ""
  2. echo "This script will install the vlt fonts in your FONTS: directory."
  3. echo ""
  4.  
  5. ask "Do you wish to install the fonts?"
  6. if WARN
  7.     echo "Installing fonts ..."
  8.     if not exists FONTS:vlt132
  9.         echo "Installing FONTS:vlt132"
  10.         makedir FONTS:vlt132
  11.         copy vlt132.font FONTS:
  12.         copy vlt132/8 FONTS:vlt132/8
  13.     endif
  14.     if not exists FONTS:vltgraph
  15.         echo "Installing FONTS:vltgraph"
  16.         makedir FONTS:vltgraph
  17.         copy vltgraph.font FONTS:
  18.         copy vltgraph/8 FONTS:vltgraph/8
  19.         copy vltgraph/11 FONTS:vltgraph/11
  20.     endif
  21.     if not exists FONTS:vltgraph132
  22.         echo "Installing FONTS:vltgraph132"
  23.         makedir FONTS:vltgraph132
  24.         copy vltgraph132.font FONTS:
  25.         copy vltgraph132/8 FONTS:vltgraph132/8
  26.     endif
  27. endif
  28.  
  29. echo "All Done.  Click close gadget to get rid of window."
  30. endcli
  31.