for /r . %%a in (.) do @if exist "%%a.svn" rd /s /q "%%a.svn
使用方法:
新建text文档,复制上面的文本到新建的text文档,然后改后缀名为.bat,双击运行即可