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 >
Text File  |  1990-08-12  |  546b  |  24 lines

  1. echo
  2. echo "HyperDialer Removal"
  3. echo "------------------------------------------------------------------"
  4. echo "This script will REMOVE HyperDialer from your C: directory and"
  5. echo "the 2 support files from your S: directory.  "
  6. echo 
  7. echo "WARNING: This program will delete HyperDialer!"
  8. echo 
  9. echo "Do you wish to continue (Y/N) " NOLINE
  10. ask
  11.  
  12. failat 20
  13.  
  14. IF WARN
  15.     delete C:HDial
  16.     delete S:HDial.Config
  17.     delete S:HDial.Phones 
  18.         delete LIBS:Req.Library
  19.     echo "HyperDialer Removal Complete."
  20. ELSE
  21.     echo "HyperDialer Removal Aborted."
  22. ENDIF
  23.  
  24.