> System.Diagnostics.Process class and accompanying ProcessInfo.
>

In particular, you want to check out the docs on
ProcessStartInfo.RedirectStandardOutput to see an example of how to redirect
the output of the console app you start so that you can capture/read it from
the launching program.

-Mike
Bear Canyon Consulting LLC
http://www.bearcanyon.com
http://www.pluralsight.com/blogs/mike

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to