Process p = new Process();
p.StartInfo = new ProcessStartInfo("C:\\\\myapp.exe","-myarguments");
//go!
p.Start();
// if i want to retrieve an exit code..
p.WaitForExit();
MessageBox.Show("Applcation returned Exit Code: " + p.ExitCode.ToString());
Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.