CODE: [Copy to clipboard]del /s /q "C:\test\"
CODE: [Copy to clipboard]for /r d:\temp %a in (*.txt *.zip) do @del %a