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