I am very new at scripting, I've been reading scripting examples and scripting manuals at the wiki
http://wiki.mikrotik.com/wiki/Manual:Scripting
and I can understand those pretty well...but i have no idea where to create the scirpt, and is that I open a new terminal and start
Code: Select all
[admin@MKTStation] >:global currentIP;
[admin@MKTStation] >:local newIP [/ip address get [find interface="ether1"] address];
[admin@MKTStation] >:if ($newIP != $currentIP) do={
syntax error (line 1 column 7)
Thanks a lot for your help and support
Regards