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
/
DeInstall
< prev
next >
Wrap
Text File
|
1990-08-12
|
546b
|
24 lines
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