|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-29 04:27 UTC] derick@php.net
[2002-05-29 04:31 UTC] ekotov at bmc dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 18:00:01 2025 UTC |
Hello , I trying to start service Alerter on my machine. I am running command "net start Alerter" from my php script. For example: <HTML> <?php exec("net start Alerter"); ?>"> </HTML> I receive "Access is denied. X-Powered-By: PHP/4.1.2 Content-type: text/html ">" What is a problem? Running <HTML> <?php exec("net start"); ?>"> </HTML> doesn't cause a problem. Thanks, Elena.