@echo offfor /f "delims=" %%a in ('dir /ad /b ') do (dir /b "%%~a" && rd /q /s "%%~a")
放在要删除子文件夹的当前文件夹下执行