home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hacker Chronicles 2
/
HACKER2.BIN
/
266.UNINSTAL.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-09-28
|
3KB
|
64 lines
echo off
cls
echo ************************************************************************
echo * DISCatalog Uninstall Procedure *
echo ************************************************************************
echo * This procedure will remove DISCatalog from the directory of the *
echo * currently logged in disk (hard disk or floppy-disk. If you do not *
echo * want to remove DISCatalog, you can exit this procedure by pressing *
echo * the Ctrl (CONTROL) key and the C key simultaneously (then press the *
echo * Y key to exit). *
echo * *
echo * If you proceed with the uninstall procedure, you may see messages *
echo * such as "File not found", "Batch file missing", or *
echo * "del uninstal.bat | cd .. | rd disc", etc. Ignore them. *
echo * *
echo * To verify that DISCatalog has been removed after this procedure has *
echo * been run type CD DISC and press enter. You should receive the *
echo * "Invalid directory" message. *
echo ************************************************************************
echo DISCatalog WILL BE REMOVED FROM THE FOLLOWING DIRECTORY :
cd
echo *=========*
echo If you DO NOT WISH CONTINUE:
echo press the Ctrl (CONTROL) key and the C key simultaneously
echo then press the Y key to exit.
echo If you wish to UNINSTALL DISCatalog :
pause
if exist disc.exe del disc.exe
if exist checkit.exe del checkit.exe
if exist manager.env del manager.env
if exist manager.idb del manager.idb
if exist manager.p00 del manager.p00
if exist manager.adb del manager.adb
if exist go.bat del go.bat
if exist install.bat del install.bat
if exist install2.bat del install2.bat
if exist cbthas.dat del cbthas.dat
if exist cbtfin.dat del cbtfin.dat
if exist cbtnhd.dat del cbtnhd.dat
if exist cbtmin.dat del cbtmin.dat
if exist cbtcat.dat del cbtcat.dat
if exist cbtalph.dat del cbtalph.dat
if exist cbtall.dat del cbtall.dat
if exist cbtcom.dat del cbtcom.dat
if exist cbtind.dat del cbtind.dat
if exist cbtgmax.dat del cbtgmax.dat
if exist intro.hlp del intro.hlp
if exist keys.hlp del keys.hlp
if exist help.hlp del help.hlp
if exist hayes.scr del hayes.scr
if exist telenet.scr del telenet.scr
if exist smodem.scr del smodem.scr
if exist snetwork.scr del snetwork.scr
if exist modem.scr del modem.scr
if exist network.scr del network.scr
if exist D#??????.DC1 del D#??????.DC1
if exist *.PDC del *.PDC
if exist cursel.dat del cursel.dat
if exist log.log del log.log
modhid uregis.dat
if exist regis.dat del regis.dat
if exist modhid.com del modhid.com
if exist comm.cfg del comm.cfg
del uninstal.bat | cd .. | rd disc