Task scheduler configuration on Windows with Xampp

Hi, I’m having issues with scheduler, I have created a scheduler.bat inside C:\xampp\htdocs\suitecrm folder, this file contains these command:

cd C:\xampp\htdocs\suitecrm
C:\xampp\php\php.exe -f cron.php

The scheduler work only if I execute the scheduler.bat file manually. Do you have any suggestions?

Hi,
Windows has its own task scheduler. You can create and configure a new job there:

let it run each minute and point it to your .bat file.