Process myProcess = new Process();
myProcess.StartInfo.FileName = "someApp.exe";
myProcess.Start();