echo "This script will copy the AGAiff V1.60 ARexx Scripts into"
echo "your REXX: directory. This makes your work with AGAiff"
echo "even more comfortable, but RexxMast must be running !!"
echo
ask "Do you want to continue ?"
if $rc eq 5
 copy >nil: rexx/#?.agaiff REXX:
 echo
 echo "OK, everything done..."
else
 echo
 echo "Dann eben nicht !"
endif
endcli
