home *** CD-ROM | disk | FTP | other *** search
- .K ""
- echo "This script will install PowerSnap-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:PowerSnap-Handler
- echo "No existing handler, installing l:PowerSnap-Handler..."
- copy PowerSnap-Handler l:PowerSnap-Handler
- else
- echo "Examine the sizes and dates of each handler."
- echo ""
- list l:PowerSnap-Handler
- list PowerSnap-Handler
- echo ""
- ask "Do you wish to overwrite l:PowerSnap-Handler?"
- if WARN
- echo "Updating l:PowerSnap-Handler..."
- copy PowerSnap-Handler l:PowerSnap-Handler
- endif
- endif
-
- echo "All Done. Click close gadget to get rid of window."
- endcli
-