分享至
朋友圈
微信
qq空间
qq
微博
复制
@echo on @rem 删除SVN版本控制目录 @for /r . %%a in (.) do @if exist "%%a\.svn" rd /s /q "%%a\.svn" @echo completed @pause