string str = @"C:UsersDocumentsConsoleApplication1ConsoleApplication1inDebugConsoleApplication1.exe"; Process process = new Process(); process.StartInfo.FileName = str; process.Start();