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