Posted January 29, 201312 yr Can anyone help me out with a simple code example? I am trying to run a program hourly between two specified times and I am clearly using the wrong expressions or getting them in the wrong order. I can't seem to get a trigger from the IF line when using time X to Time Y and I've tried wait/repeat at 60 mins but it never repeats. Just wondering if anyone has a short bit of code to share with me to show me how this is done. Thx.
January 29, 201312 yr LeeG's advice is probably most productive. Short of that, I would expect a program such as this to work: if from time xx:xx to yy:yy then run other program (then path) wait 1 hour run this program (then path) else other program if then do whatever you want done every hour else
January 29, 201312 yr Author MANY thanks. I suspected what I got wrong was simple and it is. Thanks SO much for the examples. I was making it way too hard for myself here!