自解压 ZIP?

发布于 2024-09-09 02:52:55 字数 83 浏览 8 评论 0原文

我需要帮助创建一个不显示任何内容的自解压 zip 文件。我只需要它将文件提取到后台的给定位置。我找到的所有内容都会显示一个对话框,但我需要它在后台运行。

I need help creating a self extracting zip file that does not display anything. I just need it to extract the files to a given place in the background. Everything I have found displays a dialog, but I need it to just run in the background.

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

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

发布评论

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

评论(3

我的影子我的梦 2024-09-16 02:52:55

如果您不介意使用命令行程序,可以在这里尝试:

http://www .info-zip.org/UnZip.html

它基于 ZLib,一个免费的(类似 BSD )压缩和解压缩库。

If you don't mind using a command line program, you can try here:

http://www.info-zip.org/UnZip.html

It's based on ZLib, a free (BSD-like) zip and unzip library.

赤濁 2024-09-16 02:52:55

我建议使用 7Zip。它不仅可以处理 zip 格式,还具有命令行,可以轻松与 python 或 vb 脚本集成。

I recommend using 7Zip. It can handle more than just zip format, has a command line making it easy to integrate with python or vb scripts.

影子的影子 2024-09-16 02:52:55

您可以使用python的 zipfile 模块,并使用指定目录调用 extract 或 extractAll 方法。 ..

you can use python's zipfile module, and call extract or extractAll method with specified directory....

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