run script evry day

i would this script to run every day
the prob that i face is that Start_Date fixe like jan/09/2007
i want it to count up every 24
or wt ever
the point is to run script every day
thx
without need to edite manuel

it look that iam not the only one have this problam.
Art have the same one http://forum.mikrotik.com/viewtopic.php?t=3724&start=0&postdays=0&postorder=asc&highlight=
sergejs in wt V will solve this prob becouse i use2.9.6

http://forum.mikrotik.com/t/need-script/2524/1
wt about start date ???

waaaaaaaaaaaaaaaaaaaaww
27 view no answer
iam big big big man

/ system scheduler add name=“Schedule A” on-event=“your script” start-date=jan/14/2007 start-time=00:01:00 interval=1d comment=“” disabled=no


“Schedule A” will be the name of the schedule entry
“your script” will be the name of the script that you want to run

The start time will be the time you want the script to run every 24 hours, so in this case the script will run at 12:01 every night. This works, I have tested it with no problems.

ugrade your ROS version, there where lot of changed coming in 2.9.39

cabana thx
but that this script will run only one time jan/07/2007
i want it to run every day

0 set-64k :local traf;\r\n/queue simpl… jan/07/2007 14:00:00 1d 0
1 set-128k :local traf;\r\n/queue simpl… jan/07/2007 22:00:00 1d 0

no, interval is set to one day. interval means that it will repaet

If your router reboots, your start date will be invalid, and the script will not run again.

It is better to set your start date to BEFORE the router’s default startup date eg 1970). Check it and set your script accordingly.

thx i will test

Please, I have similar challenge, I would like to disable/enable some hotspot user accounts within a range of time every day (Eg, 6AM - 6PM) please assit me.

Thank you