simle queues script

hello everybody,
I am using static ip in my network, my subnet is : 10.10.10.0/24, am giving each IP address a queue for 18k/64k…
I need a script that give each ip a speed about 20k/128k from 10PM till 10AM, and from 10 AM till 10PM it run again at 18k/64k…and with a system schedule that run this script daily
anyone can help me with this script?

There is an example here: http://www.mikrotik.com/testdocs/ros/2.8/appex/scripting1.php of a script that adds firewall rules. You can use that as a guideline to create the queues. But, as for running it daily, you should not have to do that. You can use the time parameter in the simple queue to accomplish the same thing. Look here for that documentation: http://www.mikrotik.com/testdocs/ros/2.9/root/queue.php (search for the “time” parameter in simple queue documentation).

thx dear brother for your reply,
but its not what I need…
all what I need is script that I run it today, it give 18k/64k from 10Am till 10 PM, and from 10PM till 10AM next day, it become doubel : 20k/128k
and with this script must be there a schedule that run this script every 24hours…
so any idea?