以下命令适用于一种类型的文件,
forfiles -p "C:abc\del" -s -m *.exe -d -70 -c "cmd /c echo @path"
是否可以过滤多个文件扩展名?*.exe,*.dll,*.xyz?
*.exe
*.dll
*.xyz
windows search
search ×1
windows ×1