Dear All,
How to make scheduler based on days of the week ?
In linux, we can make schedule like this with cron:
00 08 * * 1,2,3,4,5 /usr/local/bin/script-a
00 17 * * 1,2,3,4,5 /usr/local/bin/script-b
At 08:00 on Mon, Tue, Wed, Thu, and Friday (office hours) do execute script-a.
At 17:00 on Mon, Tue, Wed, Thu, and Friday (non-office hours) do execute script-b.
Can we make it happen with mikrotik ?
Another thing, I can not display day of week on mikrotik.
Mikrotik only show date.
/system clock print
time: 09:25:26
date: jan/26/2012
time-zone-name: Asia/Jakarta
gmt-offset: +07:00
Maybe I miss some information ?
Thank in advance.