D
David Hoffer
What is the best way to launch an exe in some C# NET code, get the output of
the exe program from std out, use this output in some subsequent C# code?
(Ideally, the exe's window would be hidden from view.)
-dh
the exe program from std out, use this output in some subsequent C# code?
(Ideally, the exe's window would be hidden from view.)
-dh