删除所有符合的目录包括子目录

for /d /r . %d in (.svn) do @if exist "%d" rd /s/q "%d"

原文地址:https://www.cnblogs.com/asyuras/p/1904283.html