Hola, mi consulta es la siguiente, necesito un script para que una terea de scheduling arranque todos los dias 15 por ejemplo, ya que no todos los meses tienen 30 dias. si alguien tiene alguna idea se lo agradecere.
Perdon por la traduccion
Hello, my query is this, I need a script to start scheduling a stereo jack all 15 such days, if not all months have 30 days. if anyone has any idea will be grateful.
English forum :S
“just joined” status from 2006? is this normal?
EDIT: the above is an incorrect observation
Thanks for your answer, do not expect any less of a person with 498 post and a karma of 12.
Streamlined these years I see your brain … Congratulations
Your question makes no sense in english, and apperently no one speaks spanish. If you had tried to translate it back to spanish you would have gotten:
Hola, mi consulta es la siguiente, necesito un script para iniciar la programación de un jack estéreo de todos los 15 días como si no, todos los meses tienen 30 días. si alguien tiene alguna idea se lo agradecerán.
which I guess makes equally little sense in spanish.
Neho,
Hello, my query is this, I need a script to start scheduling a stereo jack all 15 such days, if not all months have 30 days. if anyone has any idea will be grateful.
You have to understand this question is a bit odd. This forum is for Mikrotik RouterOS, which is a routing platform. Your question about “a stereo jack” doesn’t make much sense (to me anyway). All I was asking is if it was normal to see that status. I thought “just joined” meant as in a recent date.
Please take this time to re-post your question that pertains to Mikrotik products in a way we can better understand.
Thank you.
“Just joined” is given based on the post count, not by date.
Hola, mi consulta es la siguiente, necesito un script para que una terea de scheduling arranque todos los dias 15 por ejemplo, ya que no todos los meses tienen 30 dias. si alguien tiene alguna idea se lo agradecere.
traducido-> translated, simplified ( hello i need a script that starts a schedule beginning with first 15 days of a month, any ideas? thanks you in advance).
that was he wanted to ask…
saludos amigos
To start a script on the 15th of the month, try this:
/system scheduler add name="<name>" start-date=oct/15/2010 start-time=00:00:00 on-event="<script name>"
This will run once, on the 15th of October 2010. To run the script every 15th of every month, you could create schedule to run every 1d at 00:00:00, then just check the day from:
/system clock get date
Hope this helps.