How do I capturing the ouput of the external appl
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi: Using C#.NET form. I'm calling some external command line programm. I like to be able to capture output from command line. Could someone please help. Thank you in advance for your help Eyungwah
Take a look at the
Process.StandardOutput
property.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook