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