Run Scheduled Jobs In Windows

Hi All,

I have written cron jobs using the CConsoleCommand and want to schedule it with the windows task scheduler so that it can run on specific times.

I have read a lot of posts which explain doing it using CRON for linux, but cannot find a post for windows.

Anyone has ever tried this before, please do post a link that would be very helpful.

Thank you.

Hi Giris,

I think you can write a batch file (*.bat) to run the console command. And you can call that batch file from the Window’s task scheduler.