home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 10 / CDE10.mdf / f22demo / apaga.bat < prev    next >
DOS Batch File  |  1997-06-23  |  192b  |  18 lines

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