Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My application has to run at least once and remember that it has a next time when it should be run.
How can I do this?

Thanks in advance!
Posted
Updated 16-May-11 10:51am
v3

1 solution

Why not use the windows task scheduler: http://en.wikipedia.org/wiki/Task_Scheduler[^]. If it is run on unix under mono you might want to try cron[^].

Best Regards,

-MRB
 
Share this answer
 
Comments
fjdiewornncalwe 16-May-11 13:59pm    
Great options. +5.
Manfred Rudolf Bihy 16-May-11 14:31pm    
Thanks Marcus!
Espen Harlinn 16-May-11 15:49pm    
Good points, my 5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900