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#
|
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#
|
|||
|
|
|
|
You can either have it setup as a Windows Service or the |
||
|
|
|
either as a 'scheduled task' or as a windows service with some proprietary scheduling mechanism |
||
|
|