Possible Duplicate:
Run windows service task at a specific time using C#
I am building an app in .NET (c#). I am trying to find out how to write to a log at a particular time everyday at various times I specify.
I understand I can easily do this with a scheduled task, but I would like to keep the app running (preferably a console app). And launch commands at designated times.
Thank you!