NetXMS Support Forum

English Support => General Support => Topic started by: Jeremy Davenport on January 16, 2020, 05:21:21 PM

Title: Local Command can not find file
Post by: Jeremy Davenport on January 16, 2020, 05:21:21 PM
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
Title: Re: Local Command can not find file
Post by: AleCoelli on January 29, 2020, 01:09:46 PM
Hi, you have to double the '\'
try "C:\\Program Files (x86)\\WinBox"

Alessandro
Title: Re: Local Command can not find file
Post by: Jeremy Davenport on February 06, 2020, 04:07:02 AM
Thank you, that fixed it.