@echo off
::```ops
::title:windows下批处理删除所有的某类文件
::descr:
::```
cd /d C:/
del /f /S *.log

pause