监视 C# 中命令提示符的输出

发布于 2024-12-11 09:54:57 字数 69 浏览 0 评论 0原文

有没有一种方法可以监视命令提示符的输出,而不将其输出重定向到流读取器,以便可以检测到其中是否显示错误消息?我正在使用 C#。

Is there a way to monitor the output of a command prompt without redirecting its output to a stream reader so that it can be detected if error messages display in it? I'm using C#.

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

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

发布评论

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

评论(2

旧时模样 2024-12-18 09:54:57

简单的答案:不。

如果您需要程序的控制台输出,则必须重定向其输出流。

Simple answer: No.

If you need the console output of a program you have to redirect its output stream.

第七度阳光i 2024-12-18 09:54:57

您必须对 cmd.exe 进程使用 AttachConsole。

You must use AttachConsole for cmd.exe process.

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