如何通过Windows右键单击上下文菜单将多个参数传递给python程序

发布于 2024-11-03 23:37:40 字数 193 浏览 0 评论 0原文

我有一个 python 程序,它使用 py2exe 转换为 Windows exe。我还将它添加到 Windows 上下文菜单中。基本上,当右键单击任何文件时,会出现另一个选项,其中包含指向我的 exe 的链接。

问题是,当我选择多个文件时,程序的多个实例都会启动。

有没有办法将多个参数传递给exe?

谢谢, 斯里德哈尔。

I have a python program which is converted to a windows exe using py2exe. I have also added it to the windows context menu. Basically when one right-clicks on any file another option appears with a link to my exe.

The problem is, when I select multiple files, multiple instances of my program starts up.

Is there any way to pass multiple arguments to the exe?

Thanks,
Sreedhar.

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

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

发布评论

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

评论(1

2024-11-10 23:37:40

如果您手动将该 exe 添加到 Windows 上下文菜单中,那么您就手动完成了困难的步骤。您正在寻找的是 py2exe 处理 Windows Shell 上下文菜单,这不是一个简单的步骤,我怀疑是否可以使用 py2exe 本身,因为我找不到文档或互联网中的引用。

If you add that that exe to windows context menu manually, then you did the hard step manually. What are you looking for is ability for py2exe to handle the Windows Shell Context Menu, that is not a trivial step and I doubt if it is possible using py2exe itself as I could find no references to in the docs or in the internet.

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