Files
survey-manager/survey-nginx/htdocs/vtiger_crm/cron/runWindowsNotificationScheduler.php
Matthew Raymer dc3bd7f715 Updates
2024-07-21 09:09:40 +00:00

8 lines
170 B
PHP
Executable File

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