打包/合并2个exe文件

发布于 2024-10-18 01:40:09 字数 136 浏览 2 评论 0原文

您好,是否可以合并/组合/打包两个 .exe 文件

示例:

1.exe + 2.exe = 3.exe

以及如何运行其中一个,然后运行另一个,例如:启动 3.exe:2.exe .. 。

谢谢

hello is it possible to merge / combine / pack two .exe files

example :

1.exe + 2.exe = 3.exe

and how to run one of them, then another, like : start 3.exe:2.exe...

thanks

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

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

发布评论

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

评论(3

若水般的淡然安静女子 2024-10-25 01:40:09

有什么理由不使用批处理脚本吗?如果需要“混淆”.bat,则可以使用一些实用程序将 .bat 文件转换为 .com 或 .exe。

Is there any reason to not having a batch script? There are utilities to convert the .bat file to either .com or .exe if this is required for "obfuscating" the .bat.

风为裳 2024-10-25 01:40:09

是的,您可以通过 cmd 命令:

  • 键入 notepad text1.txt:这会创建一个新的记事本文件,您可以在其中键入任何内容,保存然后关闭。
  • 输入 notepad text1.txt:hidden.txt:您可以输入任何内容并保存。这意味着 hidden.txt 会变成 text1.txt 内部,但您看不到它。为什么?长话短说:) 这些是关于 NTFS 问题。

您也可以对 .exe 文件执行此操作。

Yes, you can, by cmd command:

  • Type notepad text1.txt: this creates a new notepad file and you can type anything inside, save it then close.
  • Type notepad text1.txt:hidden.txt: you can type anything and save it. This means hidden.txt become inside text1.txt but you can not see it. Why? Long story :) These are about NTFS issues.

Also you can do it for .exe files.

许仙没带伞 2024-10-25 01:40:09

您可以使用安装程序(例如来自 WISE 和许多其他程序)来执行此操作。

You can use an Installer (e.g. from WISE and many others) to do that.

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