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

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