//删除文件
del *.后缀 /s
//删除文件夹
for
/r 目录 %a in (文件夹名\) do @if exist "%a" rd /s/q "%a"

 

相关文章: