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

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