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