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