我想使用批处理文件和7zip压缩30天以上的文件,然后(最终)从该zip文件中删除60岁以上的文件
我正在尝试
forfiles -p "D:\path" /D -30 /M *.log /C "cmd /c C:\Program^ Files\7-Zip\7za.exe a -tzip archive.zip /c @path"
但在powershell中
我明白了
'C:\Program Files\7-Zip\7za.exe' is not recognized as an internal or external command,
可操作的程序或批处理文件。