home *** CD-ROM | disk | FTP | other *** search
- .K ""
- echo "This script will install intuisup.library, after checking to see if"
- echo "you already have one. If so, it will check the version numbers"
- echo "of the installed one, and the one in this directory, and give"
- echo "you the option of installing the one found here."
- echo ""
-
- ask "Do you wish to continue with the installation of intuisup.library? [y/n]"
- if WARN
- if not EXISTS libs:intuisup.library
- echo "No existing library, installing libs:intuisup.library..."
- copy library/intuisup.library libs:intuisup.library
- else
- echo "Examine the version numbers of each library."
- echo ""
- version libs:intuisup.library
- version library/intuisup.library
- echo ""
- ask "Do you wish to overwrite libs:intuisup.library? [y/n]"
- if WARN
- echo "Updating libs:intuisup.library..."
- copy library/intuisup.library libs:intuisup.library
- else
- echo "libs:intuisup.library unchanged..."
- endif
- endif
- endif
-
- echo "All Done. Click close gadget to get rid of window."
- endcli
-