for /r . %%a in (.) do @if exist "%%a\.svn" rd /s /q "%%a\.svn
使用方法:
新建text文档,复制上面的文本到新建的text文档,然后改后缀名为.bat,双击运行即可
原文地址:https://www.cnblogs.com/guojikun/p/10329557.html
时间: 2024-10-29 14:09:52
for /r . %%a in (.) do @if exist "%%a\.svn" rd /s /q "%%a\.svn
使用方法:
新建text文档,复制上面的文本到新建的text文档,然后改后缀名为.bat,双击运行即可
原文地址:https://www.cnblogs.com/guojikun/p/10329557.html