I´m trying to add winbox as a tool adding it up to the tools set, with the following script:
C:\Program Files (x86)\Dude\winbox.exe [Device.FirstAddress] [Device.UserName] “[Device.Password]”
but every time I get this error in red
std failure: not allowed (9)
any suggestion please
Best regards,
Javier Dardón
Hello,
Here is what i have: You probably need the “path” around the file path and/or read/write permission.
“C:\Program Files (x86)\Dude\winbox.exe” “[Device.FirstAddress]” “[Device.UserName]” “[Device.Password]”
Bill
Thanks Bill, the “path” works indeed. Thanks.
Now I have a different problem, we use a non standard port to conect to winbox next to the device IP address
something like
10.193.0.18:1234
but I dont know how make the “:1234” to appear at the end of the ip addres on the “Connect to” field on Winbox
Any idea?
“C:\Program Files (x86)\Dude\winbox.exe” “[Device.FirstAddress]:1234” “[Device.UserName]” “[Device.Password]”