@echo On @Rem 清除SVN版本控制信息 @for /r . %%a in (.) do @if exist "%%a\.svn" rd /s /q "%%a\.svn" @echo OK. @pause