Local Command can not find file

Started by Jeremy Davenport, January 16, 2020, 05:21:21 PM

Previous topic - Next topic

Jeremy Davenport

I recently upgraded NetXMS to version 3.1.260.  I had two object tools that I had built to start Putty or WinBox from the tools menu in NetXMS.  Now when I try and run those tools I get an error that Windows can not find <path to my exe file> but in the error message all of the back slashes are missing so instead of "C:\Program Files (x86)\WinBox" it reads "C:Program Files (x86)WinBox".  I have checked the path in the definition of the object tool and it is correct.  It worked before I upgraded.  Any ideas?

Jeremy

AleCoelli

Hi, you have to double the '\'
try "C:\\Program Files (x86)\\WinBox"

Alessandro

Jeremy Davenport