home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 10
/
CDE10.mdf
/
dpatrol
/
apaga.bat
< prev
next >
Wrap
DOS Batch File
|
1997-03-04
|
182b
|
18 lines
@echo off
if exist c:\dpatrol\control.EXE goto apaga
goto nao
:apaga
@ echo Desinstalando...
@ echo off
c:
cd\
deltree -y c:\dpatrol > nul
goto end
:nao
z1
:end