[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 REM ************************************************************************************** 2 REM * The contents of this file are subject to the vtiger CRM Public License Version 1.0 * 3 REM * ("License"); You may not use this file except in compliance with the License * 4 REM * The Original Code is: vtiger CRM Open Source * 5 REM * The Initial Developer of the Original Code is vtiger. * 6 REM * Portions created by vtiger are Copyright (C) vtiger. * 7 REM * All Rights Reserved. * 8 REM * * 9 REM ************************************************************************************** 10 @echo off 11 set SCH_INSTALL=%1 12 FOR %%X in (%SCH_INSTALL%) DO SET SCH_INSTALL=%%~sX 13 schtasks /create /tn "vtigerCRM Notification Scheduler" /tr %SCH_INSTALL%\apache\htdocs\vtigerCRM\cron\intimateTaskStatus.bat /sc daily /st 11:00:00 /RU SYSTEM 14 schtasks /create /tn "vtigerCRM Email Reminder" /tr %SCH_INSTALL%\apache\htdocs\vtigerCRM\modules\Calendar\SendReminder.bat /sc minute /mo 1 /RU SYSTEM
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |