System.Diagnostics.Process p = new System.Diagnostics.Process(); p.StartInfo.FileName ="sol.exe"; p.Start();