DOS批量递归删除文件夹

@echo off
for /d /r E:	est01 %%i in (test) do rd /s /q "%%i"
pause 
原文地址:https://www.cnblogs.com/sayaoailun/p/4708751.html