cancel
Showing results for 
Search instead for 
Did you mean: 

Magento2 how to run cron Jobs on windows

Magento2 how to run cron Jobs on windows

My Magento 2.0.7 works on my Windows 10 System with Ampps. The Shop works well, but I can't make any updates or Backups. The Reason: I can't configure Cronjobs on windows.

I tried to make a Scheduler Task with a Bat File.

The Code of the Bat File was:

C:\Ampps\php\php.exe C:\Ampps\www\mage.dev\bin\magento cron:run
C:\Ampps\php\php.exe C:\Ampps\www\mage.dev\update\cron.php
C:\Ampps\php\php.exe C:\Ampps\www\mage.dev\bin\magento setup:cron:run 

But this don't work at all.

I searched many hours for other solutions, maybe somebody can help me with that issue.

Installing an other operating System is not an option.

3 REPLIES 3

Re: Magento2 how to run cron Jobs on windows

Hello cembo,

Please check this one it might help you.

thanks.

Re: Magento2 how to run cron Jobs on windows

Have you tried this? 

 

http://www.ampps.com/wiki/Category:FAQs#Cron_Command

---
I'm a Magento Developer living in Melbourne, Australia with 4 x Magento certifications Smiley Happy

Re: Magento2 how to run cron Jobs on windows

Having same issue, Could any one help out from this issue.