命令行和exe

发布于 2024-11-10 03:56:43 字数 70 浏览 2 评论 0原文

我找到了一些代码示例,其中从 C# 打开一个 exe,并传入参数,但在它启动后,我们如何继续与其交互,例如发送命令并获取响应?

I've found code examples where one is opening an exe from C#, and passing in args, but after it's launched, how do we keep interacting with it, like send in commands and get a response back?

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

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

发布评论

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

评论(1

人│生佛魔见 2024-11-17 03:56:43

有多种方法可以实现进程间通信 (IPC)。我实际上在这里找到了一些。

There are numerous ways to achieve inter-process communication (IPC). I've actually found some here.

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