I create a web project, but my client have windows server, so I have a lot of problems to run "crons" on is server.
I have some controller on console of yii2, and I need to run them in some way on windows server. One of the codes is:
php yii contracts/fetch-payments
I think in create a .bat file, with the code, but I dont know if is the better way.
Thanks.