this is enough to run it in scheduler every 5min (when it finds sms in inbox that contains 10GB, it sends traffic to 1237, then deletes all sms)...
:if [/tool/sms/inbox find where message ~"10GB"] do={
/tool/sms/send Vivacom-LTE phone-number=1237 message=traffic
}
/tool/sms/inbox remove [find];
but how can i schedule it from USB? (is scheduler action executed on flash? im guessing not)