bind time - "?0 * * * *" proc:name
bind time - "15 * * * *" proc:name
What makes it perform the proc in 10 minutes, when I want it to perform it in every 15 minutes, I don't want to usetimer since I am already using a timer. So I wanted to use time bind. Can you please suggest me.
Thanks it's under testing procedure right now as soon as it's working fine or any errors I'll bug you again
Thanks once again nml you rock you simply rock.
but can you also tell me for my knowledge that how can I use bind time if I have somthing to be performed in 1 hour and 59 minutes. I don't want it to be used exactly after 2 hours but 110 minutes.
bind time is based on system time, not on a delay.
But you can, if you don't want to use a timer, add a bind time in wich you specify the future time on action.
And don't forget to unbind it when the proc is laucnhed.
Thanks alot cat and sirfz.. it's pretty useful i'll read and try to use those tricks in my scripts.. nml so far your trick worked.. thanks to all of you.