将文件添加到7zip文件管理器 [英] Add a file to 7zip file manager

查看:195
本文介绍了将文件添加到7zip文件管理器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我在文件夹c:\ Test中有文件,想要用密码将它们添加到7个zip文件管理器中。如何通过VB代码完成?

Hi,

I have files in a folder c:\Test and want to add them to 7 zip file manager with a password. How can this be done via VB code?

推荐答案

尝试使用7Zip命令行:



< a href =http://www.dotnetperls.com/7-zip-examples> 7Zip命令行示例 [ ^ ]



然后使用Process.Start(7zip path,command arguments运行命令。
Try using the 7Zip command line:

7Zip Command Line Examples[^]

Then use Process.Start("7zip path", "command arguments") to run the command.


参考:

https:// github .com / wqweto / VszLib [ ^ ]


这篇关于将文件添加到7zip文件管理器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆