Run script only working day

i need some scripts run from mon to fri only! and sat & sun run another scripts.
anyone help…Please! :slight_smile:

Just ideas:

  1. Find/create: http:///is-today-working-day and use /tool fetch url=http:///is-today-working-day at beginning of script to test if run or skip rest …
  2. Run daily script at 00:00 and bootup to calculate/fetch day of week/working day info and store it in global variable, scripts can test it
  3. thousand more ways …

Make 7 schedulers, one for Monday with frequency set to 7 days, another one for Tuesday with frequency set to 7 days, and so on.

brute-force (more accurately brute-scheduler) solution :smiley:

Thank! :smiley:

Thank! :smiley:

It’s easy :wink: http://wiki.mikrotik.com/wiki/Script_to_find_the_day_of_the_week