命令行和exe
我找到了一些代码示例,其中从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有多种方法可以实现进程间通信 (IPC)。我实际上在这里找到了一些。
There are numerous ways to achieve inter-process communication (IPC). I've actually found some here.