Hello,
I'm using plink as follows:
PLINK.EXE -ssh -P 22 user@host -pw passwd -m MK.ini
When I try to run a script with commands that go into menu level does not recognize. Ex:
/system upgrade
:put [get [find version=6.42.10] status]
If you do in a single line it works. Ex:
/system upgrade;:put [get [find version=6.42.10] status]
Would anyone know the reason?