home *** CD-ROM | disk | FTP | other *** search
- echo
- echo "HyperDialer Removal"
- echo "------------------------------------------------------------------"
- echo "This script will REMOVE HyperDialer from your C: directory and"
- echo "the 2 support files from your S: directory. "
- echo
- echo "WARNING: This program will delete HyperDialer!"
- echo
- echo "Do you wish to continue (Y/N) " NOLINE
- ask
-
- failat 20
-
- IF WARN
- delete C:HDial
- delete S:HDial.Config
- delete S:HDial.Phones
- delete LIBS:Req.Library
- echo "HyperDialer Removal Complete."
- ELSE
- echo "HyperDialer Removal Aborted."
- ENDIF
-
-