How do I schedule a task to run every hour indefinitely on Server 2003
Posted
by
JMK
on Server Fault
See other posts from Server Fault
or by JMK
Published on 2012-06-29T12:54:00Z
Indexed on
2012/06/29
15:17 UTC
Read the original article
Hit count: 229
windows-server-2003
|scheduled-task
I am moving a scheduled task from a Windows 7 machine to a Windows Server 2003 machine.
On Windows 7 I can configure my task to run every hour indefinitely by setting up a custom trigger like so:
On Windows Server 2003, I assume I need to use the advanced schedule options, and I have got this far:
Whether I choose duration or time, my task seems to have an expiry date, how do I get this to run indefinitely? The only thing I can think of at the minute is to setup 24 schedules for my task, one for each hour but there has to be a more elegant way.
Thanks
© Server Fault or respective owner