home *** CD-ROM | disk | FTP | other *** search
- .K ""
- echo "This script will install KeyMenu-Handler, after checking to see"
- echo "if you already have one. If so, it will give you the option of"
- echo "installing the one in this directory."
- echo ""
-
- if not EXISTS l:KeyMenu-Handler
- echo "No existing handler, installing l:KeyMenu-Handler..."
- copy KeyMenu-Handler l:KeyMenu-Handler
- else
- echo "Examine the sizes and dates of each handler."
- echo ""
- list l:KeyMenu-Handler
- list KeyMenu-Handler
- echo ""
- ask "Do you wish to overwrite l:KeyMenu-Handler?"
- if WARN
- echo "Updating l:KeyMenu-Handler..."
- copy KeyMenu-Handler l:KeyMenu-Handler
- endif
- endif
-
- echo "All Done. Click close gadget to get rid of window."
- endcli
-