hi I’m trying to learn scripting shortly since and i have a BIG question. for example i am writing any script as follows…
system script add …
/interface ethernet monitor ether1 once do={
:if ($rate = “10Mbps”) do={
/system…
}}
script is working when i press “run script” button. but i want the script always check the variables and when rate =10Mbps start do command.i know i can use “system scheduler” bu i want to know if i have another possibility?