Create a batch file with the following commands to run Espo Scheduled Jobs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AceCow
    Junior Member
    • Apr 2022
    • 14

    Create a batch file with the following commands to run Espo Scheduled Jobs

    Hello i just installed the EspoCRM with localhost / xampp

    And i wanted to get the email fetching stated so as i understand i need to do this :

    Note: Create a batch file with the following commands to run Espo Scheduled Jobs using Windows Scheduled Tasks:
    C:\xampp\php\\php.EXE -f C:\xampp\htdocs\biocrm\cron.php

    So from this line i understand that i need to make the cron.bat file??
    And in that file i should put this code: C:\xampp\php\\php.EXE -f C:\xampp\htdocs\biocrm\cron.php

    Were i should put that file in? at the moment i tried C:\xampp\htdocs\biocrm

    Does anybody knows any stuff that would might hellp?
  • shalmaxb
    Senior Member
    • Mar 2015
    • 1602

    #2
    Hi,
    the batch file is a command file for windows, so you can save this file on your desktop and when you click on it, it will execute the command. Be sure to have your xampp running.
    The file must have the extension .bat

    Comment

    Working...