home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / new / gfx / misc / videotitler / assignfonts < prev    next >
Text File  |  1994-04-15  |  269b  |  13 lines

  1. .K ""
  2. ask "Do you have Kick 2.0 or greater ? (y/n)"
  3. if warn
  4.     echo "Assigning Fonts: directory ..."
  5.     assign FONTS: fonts add
  6. else
  7.     echo "Assigning Fonts: directory ..."
  8.     assign FONTS: fonts
  9. endif
  10. echo "Ok. Click the close gadget to get rid of the window."
  11.  
  12.  
  13.