Add Scheduled Task Via Code 
Author Message
 Add Scheduled Task Via Code

Is there a way to add a Windows Scheduled Task via code?  
I need to fire a routine every hour, and a service is not
appropriate for this specific application.


Tue, 29 Nov 2005 21:22:52 GMT  
 Add Scheduled Task Via Code
There's good information in MSDN for this:  
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/task...
skschd/task_scheduler_start_page.asp

There's a platform SDK which includes classes and functions for
enumeratiing, adding, changing, etc.  all the tasks in the task scheduler.



Wed, 30 Nov 2005 03:26:25 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Add a program into Windows Scheduled Task!

2. how add scheduled task programatically?

3. Add Scheduled Task programmatically

4. Setting Username and Passwords for a scheduled task in MS Task Scheduler

5. Externally adding tasks via SQL gives odd behavior

6. Adding special fields' properties via code

7. How to add/delete controls on reports via code

8. Acc97 Execute Menu Add-In via Code ?

9. adding office documents to a folder via code

10. Adding tasks to a named task list

11. Command button doesn't execute macro when added via code

12. Add standardized auto signatures via code

 

 
Powered by phpBB® Forum Software