home *** CD-ROM | disk | FTP | other *** search
- echo
- echo "HyperDialer Installation"
- echo "------------------------------------------------------------------"
- echo "This script will copy HyperDialer into your C: directory and"
- echo "the 2 support files into your S: directory, as well as the"
- echo "library file in LIBS:"
- echo
- echo "You may abort now or continue. The DeInstall program will "
- echo "remove this program if you later decide you do not wish to "
- echo "have it installed. "
- echo
- ask "Do you wish to continue (Y/N) "
-
-
- IF WARN
- copy HDial C: QUIET
- copy HDial.Config S: QUIET
- copy HDial.Phones S: QUIET
- copy Req.library LIBS: QUIET
-
- echo "HyperDialer Installation Complete."
- ELSE
- echo "HyperDialer Installation Aborted."
- ENDIF
-
-