Magento2
Magento2 :: Set Cron Job wamp in windows localhost
Magento 2, there are three cron jobs required . Because windows doesn’t have cron, we have to use a bat file and configure it to run as a scheduled task as shown below: 1.Find the location of php.exe – In you have Wamp installed, it’s in Drive:\wamp\bin\php\php5.6.25 e.g c:\wamp\bin\php\php5.6.25 2.Go Read more…