home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / graphics / fractals / cpm / installlibrary < prev    next >
Text File  |  1995-02-27  |  317b  |  13 lines

  1. .K ""
  2. echo "This script will install iff.library, after checking to see if"
  3. echo "you already have one."
  4. echo ""
  5.  
  6. if not EXISTS libs:iff.library
  7.    echo "No existing library, installing libs:iff.library..."
  8.    copy iff.library libs:iff.library
  9. endif
  10.  
  11. echo "All Done.  Click close gadget to get rid of window."
  12. endcli
  13.