To setup a new cron service =========================== 1. Create .service file, which has the following content at the beginning ===================================================================================================================================== 2. Create Cron.sh file which should have the following: export VTIGERCRM_ROOTDIR=`dirname "$0"`/.. export USE_PHP=php cd $VTIGERCRM_ROOTDIR $USE_PHP -f vtigercron.php service="" ="" ===================================================================================================================================== 3. Create Cron.bat file which should have the following: @echo off set VTIGERCRM_ROOTDIR="C:\Program Files\vtigercrm5\apache\htdocs\vtigerCRM" set PHP_EXE="C:\Program Files\vtigercrm5\php\php.exe" cd /D %VTIGERCRM_ROOTDIR% %PHP_EXE% -f vtigercron.php service="" ="" =====================================================================================================================================