[Vtigercrm-commits] [vtiger-commits] r10520 - /vtigercrm/branches/5.0.3/cron/jobstartwindows.bat
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 29 06:04:39 EDT 2007
Author: saraj
Date: Thu Mar 29 04:04:15 2007
New Revision: 10520
Log:
url changed
Modified:
vtigercrm/branches/5.0.3/cron/jobstartwindows.bat
Modified: vtigercrm/branches/5.0.3/cron/jobstartwindows.bat
==============================================================================
--- vtigercrm/branches/5.0.3/cron/jobstartwindows.bat (original)
+++ vtigercrm/branches/5.0.3/cron/jobstartwindows.bat Thu Mar 29 04:04:15 2007
@@ -2,4 +2,4 @@
set SCH_INSTALL=%1
FOR %%X in (%SCH_INSTALL%) DO SET SCH_INSTALL=%%~sX
schtasks /create /tn "vtigerCRM Notification Scheduler" /tr %SCH_INSTALL%\apache\htdocs\vtigerCRM\cron\intimateTaskStatus.bat /sc daily /st 11:00:00 /RU SYSTEM
-schtasks /create /tn "vtigerCRM Email Reminder" /tr %SCH_INSTALL%\apache\htdocs\vtigerCRM\modules\Activities\SendReminder.bat /sc minute /mo 1 /RU SYSTEM
+schtasks /create /tn "vtigerCRM Email Reminder" /tr %SCH_INSTALL%\apache\htdocs\vtigerCRM\modules\Calendar\SendReminder.bat /sc minute /mo 1 /RU SYSTEM
More information about the vtigercrm-commits
mailing list