J
James Pang
--
Tech Servant James Pang.
Tech Servant James Pang.
Moty Michaely said:Hey,
Use System.Diagnostics.Process class that will run a process.
Than redirect its output by setting the process
StartInfo.RedirectStandardOutput = true.
this Will redirect the output to the process instance and then you can use
basic streaming mechanism to trace the respond.
-Moty-