I\\'m also working with php on a 2000 IIS server, but I\\'m having trouble using the exec() command at all. Basically I\\'ve got a php file that looks like this:
<?php
exec(\\"c:\\demo.exe\\");
header(\\"Location: anotherpage.html\\");
exit;
?>
Should that work? I\\'m new to php, so any help would be appreciated.
Thanks,
Nick