将输出从 dos exe 重定向到 vb.net 形式

发布于 2024-11-02 10:19:36 字数 123 浏览 0 评论 0原文

我有一个 dos exe,它接受参数,执行其功能并在 dos 中显示输出。

我需要从 vb 调用 dos 文件,传递参数而不显示 dos 窗口,并将返回值定向到 vb 文本框。

有人知道我该怎么做吗?

i have an dos exe which take argument, perform its functions and display the output in dos.

i need to call the dos file from vb passing the argument without showing the dos window, and get the return values directed to vb textbox.

anyone know how i can do this?

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

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

发布评论

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

评论(1

神妖 2024-11-09 10:19:36

使用 Process 类执行命令行实用程序并将其设置为将 StandardOutput 重定向到您从中读取的 .NET 流。

Use the Process class to execute the command line utility and set it to redirect StandardOutput to a .NET stream that you read from.

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