Has anyone run an exe using cron job?
I want to run an exe at scheduled intervals on a cloud server. The scheduled exe is created using .NET.
The cloud server has facility of running Cron jobs using ruby, php, perl, python and http I do not have much knowledge of what a cron job is.
What would be the best way of scheduling the EXE? It is important that the adopted method is secure and not accessible to everyone.
Many Thanks!