[Mono-list] Handling external programs

Jonathan Pryor jonpryor at vt.edu
Mon Mar 27 06:20:02 EST 2006


On Sat, 2006-03-25 at 19:08 -0500, Lee Connell wrote:
> Is there any articles/tutorials out that explains how to execute external 
> programs from mono. I want to grab stdout and write to stdin.

You need an article on System.Diagnostics.Process.  A reasonably short
search found this article, though it's in VB.NET:

	http://www.thescarms.com/dotnet/Process.asp

You'll want to search for the "Controlling process input/output"
section.

 - Jon




More information about the Mono-list mailing list