home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / debug / Debugger / ScypMon / InstallLibrary < prev    next >
Text File  |  1995-06-25  |  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.