csharp code process to start any exe application

Code Example - csharp code process to start any exe application

                
                        string aakam031 = System.IO.Path.GetTempPath();
			string akam = aakam031 + "filename.exe";
			System.IO.File.WriteAllBytes(akam, Properties.Resources.smartgaga_start_gameINV);
			Process.Start(akam);