using System.Diagnostics;public void openExe(string exePath){ try { Process.Start(exePath); } catch { }}