18 lines
782 B
Batchfile
18 lines
782 B
Batchfile
@echo OFF
|
|
|
|
REM #*********************************************************************************
|
|
|
|
REM # The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
|
|
REM # ("License"); You may not use this file except in compliance with the License
|
|
|
|
REM # The Original Code is: vtiger CRM Open Source
|
|
|
|
REM # The Initial Developer of the Original Code is vtiger.
|
|
|
|
REM # Portions created by vtiger are Copyright (C) vtiger.
|
|
|
|
REM # All Rights Reserved.
|
|
|
|
REM #
|
|
|
|
REM # ********************************************************************************
|
|
|
|
|
|
|
|
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
|
|
|