批量删除.svn文件

##批量删除.svn文件
for /r ./ %a in (./) do @if exist "%a\.svn" rd /s /q "%a\.svn"

posted @ 2015-07-23 09:57  豆苗稀  阅读(165)  评论(0)    收藏  举报