home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff367.lzh
/
HyperDialer
/
install
< prev
next >
Wrap
Text File
|
1990-08-12
|
717b
|
26 lines
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