How to schedule a task X minutes after Windows Server 2003 starts?
- by Joe Schmoe
How to schedule a task X minutes after Windows Server 2003 starts?
In "Scheduled Tasks" one can specify "When my computer starts" but I see no way to specify delay.
What I am trying to achieve: there is a service (JIRA) that even though dependent on SQL Server service still doesn't wait long enough for SQL Server to become fully operational. So JIRA service fails to connect to the database and needs to be restarted manually after each server reboot. My plan is to add "SC stop" and "SC start" commands for JIRA service 3 minutes after server starts.