public void OpenScriptLog() { try { Process.Start(ScriptService.GetScriptLogFilePath()); } catch (Exception) { // Do nothing - File may not exist } }