Process 打开exe程序
Process 打开一个 exe 程序 能否获得一个返回值 供我来写判断语句?
我看Process 下面有 StandardOutput 输出流 这个要怎么用? 有知道的嘛 麻烦告诉下?
[解决办法]
StandardOutput 只能获得控制台输出,不能收到什么返回值。
[解决办法]
http://www.csharp411.com/console-output-from-winforms-application/
http://stackoverflow.com/questions/14199850/writing-output-to-the-console-from-a-c-sharp-winforms-application
try these