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#
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 at
command can run it as a scheduled task.
either as a 'scheduled task' or as a windows service with some proprietary scheduling mechanism