home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d436
/
keymacro
/
installhandler
< prev
next >
Wrap
Text File
|
1991-01-15
|
1KB
|
42 lines
.K ""
echo "This script will install KeyMacro-Handler and Null-Handler, after"
echo "checking to see if you already have one. If so, it will check the"
echo "size and dates of the installed ones, and the ones in this directory,"
echo "and give you the option of installing the one found here."
echo ""
if not EXISTS l:KeyMacro-Handler
echo "No existing handler, installing l:KeyMacro-Handler..."
copy KeyMacro-Handler l:KeyMacro-Handler
else
echo "Examine the size and dates of each handler."
echo ""
list l:KeyMacro-Handler
list KeyMacro-Handler
echo ""
ask "Do you wish to overwrite l:KeyMacro-Handler?"
if WARN
echo "Updating l:KeyMacro-Handler..."
copy KeyMacro-Handler l:KeyMacro-Handler
endif
endif
if not EXISTS l:Null-Handler
echo "No existing handler, installing l:Null-Handler..."
copy Null-Handler l:Null-Handler
else
echo "Examine the size and dates of each handler."
echo ""
list l:Null-Handler
list Null-Handler
echo ""
ask "Do you wish to overwrite l:Null-Handler?"
if WARN
echo "Updating l:Null-Handler..."
copy Null-Handler l:Null-Handler
endif
endif
echo "All Done. Click close gadget to get rid of window."
endcli