把下面代码保存为delete.bat 就可以了。 @for /r . %%a in (.) do @if exist "%%a\.svn" rd /s /q "%%a\.svn"
注意在你的项目的根目录新建那个文件