SyntaxFix
Write A Post
Hire A Developer
Questions
ProcessStartInfo startInfo = new ProcessStartInfo(string.Concat(cPath, "\\", "HHTCtrlp.exe")); startInfo.Arguments =cParams; startInfo.UseShellExecute = false; System.Diagnostics.Process.Start(startInfo);