Home > Archive > Visual Basic > May 2004 > Re: Task Scheduler, make new task run every 15 min's 24 hr's a day
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Task Scheduler, make new task run every 15 min's 24 hr's a day
|
|
|
| tlviewer wrote:
> "mscir" wrote
>
> Look at the Trigger object for your JOB.
> Set the Duration= 1426 ' (minutes in a day, less 14)
> Interval= 15
>
> The easiest way for you to have figured this out
> for yourself was to set it up in the Mstask GUI first,
> then enumerate through all the properties.
>
> BTW, these settings (DAILY, repeating every few minutes)
> is for me the most common type of JOB. Once you learn how
> to do one, you can easily come up with other varieties.
>
> hth,
> Mark
Mark,
Thanks, good suggestion, I should have thought of that.
Mike
|
|
|
|
|