.
if exists C:Echo
    resident C:Echo
endif
echo ""
echo "This script will copy `UnDelete' to your C: directory."
ask "Continue? [y/N]"
if WARN
    copy UnDelete C:
    echo "Ready."
    echo "DO read `UnDelete.doc'; it's small but important!"
    echo ""
endif
echo "Select closegadget..."