var p = new Process(); p.StartInfo = new ProcessStartInfo(@"C:path est.html") { UseShellExecute = true }; p.Start();