using System; using System.Diagnostics; using System.ComponentModel; class MyClass { static void Main() { Process.Start("chrome.exe"); // I put Chrome here as an example only! } }