使用命令提示符的 7zip 文件压缩模式存储不起作用?

发布于 2024-12-11 20:49:42 字数 187 浏览 0 评论 0原文

我需要使用 nant 脚本中的 7zip(压缩模式存储)来压缩我的数据文件夹。如果我从命令提示符压缩它就无法正常工作。它采用其他一些压缩模式。

这是我的代码

7zip.exe a mydatafolder.7z -ptest -mx0 mytarget

请帮助我。

谢谢

I need to compress my data folder using 7zip (compression mode store) from my nant script. If I compressed from command prompt its not working properly. It taking some other compression mode.

This is my code

7zip.exe a mydatafolder.7z -ptest -mx0 mytarget

Please help me.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

徒留西风 2024-12-18 20:49:42

7zip.exe 是哪个版本?
现有的7z文件使用哪种压缩模式?
您可以附加/链接到您尝试过的示例 7z 存档,但在尝试添加另一个不压缩的文件时,该存档的行为异常?
我不确定您是否可以在 7z 存档中使用混合压缩模式。

Which version of 7zip.exe?
Which compression mode is used in the existing 7z file?
Can you attach\link to a sample 7z archive that you have tried and behaves unexpectedly when trying to add another file without compression?
I am not sure if you can use mixed compression mode in a 7z archive or not.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文