I added Winbox to "tools" menu of Dude 6.48.3
"C:\mikrotik\winbox64.exe"
[Device.FirstAddress]
On selecting it opens winbox but does open selected device !
I get "ERROR: could not connect to XX.XX.XX.XX
Any advice is welcome!
"C:\MikroTik\WinBox64.exe" [Device.FirstAddress] [Device.UserName] [Device.Password]
This is an indication that you can not reach or connect to the device for some reason..I get "ERROR: could not connect to XX.XX.XX.XX
When I open Winbox exe program outside of the Dude - No problem connecting to devices !This is an indication that you can not reach or connect to the device for some reason..I get "ERROR: could not connect to XX.XX.XX.XX
It is not a problem related to The Dude and Winbox ...
just to throw this in here tooOK - finally sorted it out it appears what was missing was the inverted commas around "[Device.Password]"
"C:\mikrotik\winbox64.exe" [Device.FirstAddress] [Device.UserName] "[Device.Password]"
c:\winbox.exe [Device.FirstAddress] username password
c:\winbox.exe [Device.FirstAddress] [Admin.Name] [Admin.Password]
c:\winbox.exe [Device.FirstAddress] [Device.UserName] [Device.Password]
True, I was assuming no spaces in username/password, then yes I can understand the need for "" around the one with a spaceno, it has a space on the username or password and is interpreted by winbox as the fourth parameter
or
has a DOS reserved character on password, such as > and the command line is corrupted
the " on filename are required if winbox is correclty installed on his own directory (with spaces on name) like
"C:\Program Files\WinBox\winbox64.exe"