如何使用powershell和7zip(7za.exe)壓縮文件夾,同時排除某些文件類型? 我嘗試這樣做: cd "C:\path\to\folder to zip"
7za.exe a "C:\path\to\newZip.zip" -mx3 -x!*.txt -x!*.pdf
但返回: .txt: WARNING: The system cannot find the file spec
我的問題是相對於這個帖子: Piping data on Windows command prompt 我嘗試使用下面的命令通過7zip的轉儲倉庫,但我得到一個錯誤: No such interface supported svnadmin: E720232: Can't write to stream: The pipe is being closed. 我不知道我是如何工作的,但我原本能夠通過