vote up 0 vote down star
1

I have a small program that I would like to turn into an installable windows.form. It needs to automatically be run as a cron job/scheduled task. How can I do this?

C#

flag

58% accept rate

2 Answers

vote up 0 vote down

You can either have it setup as a Windows Service or the at command can run it as a scheduled task.

http://support.microsoft.com/kb/313565

link|flag
Windows Services cannot show a form as they don't have a desktop available. – ZippyV Aug 11 at 0:02
vote up 0 vote down

either as a 'scheduled task' or as a windows service with some proprietary scheduling mechanism

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.