home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / utilities / monitors / scypmon / installlibrary < prev    next >
Text File  |  1992-05-15  |  277b  |  11 lines

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