Hi all,
Is that possible that I want to run a few scripts with only 1 scheduler?
If so, may I know how it can be done?
Thank you very much in advance
/system script run script1 /system script run script2 # etc.If you want to execute them concurrently... AFAIK, yeah, you can't do that from a single scheduler item, but you CAN create multiple scheduler items that all activate at the same time, which in effect runs several scripts at once.