Hello, > Is there any articles/tutorials out that explains how to execute external > programs from mono. I want to grab stdout and write to stdin. Look at the System.Diagnostics.Process class, it does what you want. Miguel