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