删除目录下包含“2018” 关键字文件

@Echo Off
forfiles /p "D:\1\Logs" /m *2019* /c "cmd /c del @file /f"
 
 
 
posted @ 2020-04-01 13:52  屠魔的少年  阅读(318)  评论(0)    收藏  举报