TEWin/FrmWin.cs
@@ -234,7 +234,7 @@ { Process p = new Process(); p.StartInfo.FileName = path; p.StartInfo.Arguments = args; if (!string.IsNullOrEmpty(args)) p.StartInfo.Arguments = args; p.StartInfo.CreateNoWindow = noWindow; p.StartInfo.UseShellExecute = false; p.Start(); @@ -483,7 +483,8 @@ private void InvokeOsgbLab() { // ExecCmd(new List<string> { "taskkill /f /t /im OSGBLab.exe" }); RunExe(ConfigurationManager.AppSettings["osgblabPath"], null, false); } #endregion }