Announcement

Collapse
No announcement yet.

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

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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?

  • #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...
    X