.K "" echo "This script will install dmouse-handler, after checking to see if" echo "you already have one. If so, it will check the date and size" echo "of the installed one, and the one in this distribution, and give" echo "you the option of installing the one found here." echo "" if not EXISTS l:dmouse-handler echo "No existing handler, installing l:dmouse-handler..." copy l/dmouse-handler l:dmouse-handler else echo "Examine the info for the current and new handler." echo "" list l:dmouse-handler list l/dmouse-handler echo "" ask "Do you wish to overwrite l:dmouse-handler?" if WARN echo "Updating l:dmouse-handler..." copy l/dmouse-handler l:dmouse-handler endif endif echo "All Done. Click close gadget to get rid of window." endcli