home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 10 / CDE10.mdf / apache / apaga.bat < prev    next >
DOS Batch File  |  1997-03-14  |  193b  |  18 lines

  1. @ echo off
  2. if exist c:\APACHE\APACHE.exe goto apaga
  3. goto finale
  4.  
  5. :apaga
  6. @ echo Desinstalando...
  7. @ echo off
  8. c:
  9. cd\
  10. deltree -y c:\APACHE > nul
  11. goto end       
  12.  
  13. :finale
  14. z1
  15.  
  16. :end
  17.  
  18.