home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 10 / CDE10.mdf / hinddemo / apaga.bat < prev    next >
DOS Batch File  |  1997-07-01  |  174b  |  17 lines

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