So I have a web server setup on a remote windows machine using wamp. I am trying to run this php script and have it open the file on that machine:
<?php
exec('C:\Users\*user*\Desktop\PSTools\PsExec.exe -accepteula -i -s C:\wamp\www\Titanium.exe', $output);
?>
This code causes it to indefinately hang. Any suggestions?