使用命令提示符的 7zip 文件压缩模式存储不起作用?
我需要使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.