home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 266.UNINSTAL.BAT < prev    next >
DOS Batch File  |  1987-09-28  |  3KB  |  64 lines

  1. echo off
  2. cls
  3. echo ************************************************************************
  4. echo *                 DISCatalog Uninstall Procedure                       *
  5. echo ************************************************************************
  6. echo * This procedure will remove DISCatalog from the directory of the      *
  7. echo * currently logged in disk (hard disk or floppy-disk.  If you do not   *
  8. echo * want to remove DISCatalog, you can exit this procedure by pressing   *
  9. echo * the Ctrl (CONTROL) key and the C key simultaneously (then press the  *
  10. echo * Y key to exit).                                                      *
  11. echo *                                                                      *
  12. echo * If you proceed with the uninstall procedure, you may see messages    *
  13. echo * such as "File not found", "Batch file missing", or                   *
  14. echo * "del uninstal.bat | cd .. | rd disc", etc. Ignore them.              *
  15. echo *                                                                      *
  16. echo * To verify that DISCatalog has been removed after this procedure has  *
  17. echo * been run type CD DISC and press enter.  You should receive the       *
  18. echo * "Invalid directory" message.                                         *
  19. echo ************************************************************************
  20. echo  DISCatalog WILL BE REMOVED FROM THE FOLLOWING DIRECTORY :
  21. cd
  22. echo *=========*
  23. echo  If you DO NOT WISH CONTINUE:
  24. echo     press the Ctrl (CONTROL) key and the C key simultaneously 
  25. echo     then press the Y key to exit.
  26. echo  If you wish to UNINSTALL DISCatalog :
  27. pause
  28. if exist disc.exe del disc.exe
  29. if exist checkit.exe del checkit.exe
  30. if exist manager.env del manager.env
  31. if exist manager.idb del manager.idb
  32. if exist manager.p00 del manager.p00
  33. if exist manager.adb del manager.adb
  34. if exist go.bat del go.bat
  35. if exist install.bat del install.bat
  36. if exist install2.bat del install2.bat
  37. if exist cbthas.dat del cbthas.dat
  38. if exist cbtfin.dat del cbtfin.dat
  39. if exist cbtnhd.dat del cbtnhd.dat
  40. if exist cbtmin.dat del cbtmin.dat
  41. if exist cbtcat.dat del cbtcat.dat
  42. if exist cbtalph.dat del cbtalph.dat
  43. if exist cbtall.dat del cbtall.dat
  44. if exist cbtcom.dat del cbtcom.dat
  45. if exist cbtind.dat del cbtind.dat
  46. if exist cbtgmax.dat del cbtgmax.dat
  47. if exist intro.hlp del intro.hlp
  48. if exist keys.hlp del keys.hlp
  49. if exist help.hlp del help.hlp
  50. if exist hayes.scr del hayes.scr
  51. if exist telenet.scr del telenet.scr
  52. if exist smodem.scr del smodem.scr
  53. if exist snetwork.scr del snetwork.scr
  54. if exist modem.scr del modem.scr
  55. if exist network.scr del network.scr
  56. if exist D#??????.DC1 del D#??????.DC1
  57. if exist *.PDC del *.PDC
  58. if exist cursel.dat del cursel.dat
  59. if exist log.log del log.log
  60. modhid uregis.dat 
  61. if exist regis.dat del regis.dat
  62. if exist modhid.com del modhid.com
  63. if exist comm.cfg del comm.cfg
  64. del uninstal.bat | cd .. | rd disc