32121111 发表于 2016-11-30 09:09:53

Windows自动删除7天前的文件

forfiles /p C:\test /s /m *.txt /d -7 /c "cmd /c del @path"
页: [1]
查看完整版本: Windows自动删除7天前的文件