I am running a Win2k3 server with IIS 6 with PHP 5 installed as a CGI executable. I have the following code: <?php exec("c:\windows\system32\schtasks.exe /Query", $output); print_r($output); ?> In 'schedule.php', which runs fine on my local test server (Win XP, Apache, PHP 5)...