Hi there,
I'm going to build an exe server component that has to be up only once a month, eg the last day of the month.
On this day it will transfer files and write to a database. After it has finished it will have to wait until the next last day of the next month.
Makes any sense?

Well, I'm not sure on how to do this.
My guess is that my exe will need a timer but only respondig every 24 hours and then asking if it is the last day of the month. How do I build such a timer?
Is there another way to do this?

Another thing, if the server is restarted, I would like the exe to also start again.

Please help,

Cheers,

André