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