相关信息
好处就是不用安装其余任何东西,而且可以配合批处理做很多事
Compress-Archive -Path "C:\example\file.txt" -DestinationPath "C:\example\compressed.zip
Compress-Archive -Path "C:\example\folder" -DestinationPath "C:\example\compressed.zip
Compress-Archive -Path "C:\example\file1.txt", "C:\example\file2.txt" -DestinationPath "C:\example\compressed.zip"
powershell -command "指令"
本文作者:宁骑
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!