I'm trying to start and stop a service with PHP.

I've given cmd.exe the right permissions (so IIS can execute etc.) but it still 
doesn't work.

The script I use:
<?php 
exec(net stop SERVICENAME);
?>

Does anyone know how to solve this problem?


--------------=  Posted using GrabIt  =----------------
------=  Binary Usenet downloading made easy =---------
-=  Get GrabIt for free from http://www.shemes.com/  =-

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to