Files
survey-manager/survey-nginx/htdocs/vtiger_crm/cron/runWindowsNotificationScheduler.sh
2024-07-19 10:05:36 +00:00

8 lines
166 B
Bash

<?php
$output = shell_exec("schtasks /create /tn 'vtigerCRM Notification Scheduler' /tr c:\apps\intimateTaskStatus.bat /sc daily /st 11:00:00");
echo $output;
?>