System.Diagnostics.Process prcs = new System.Diagnostics.Process();prcs.StartInfo.FileName = "Mspaint.exe";prcs.Start();