CODE: [Copy to clipboard]for /f "delims=" %%a in ('dir /a:d /t:c /b "v:\date星期*"') do rd /s /q "%%a" & exit /b