From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.2.1
PHP Bug Type:     Unknown/Other Function
Bug description:  trying to start service

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.

-- 
Edit bug report at http://bugs.php.net/?id=17502&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17502&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17502&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17502&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17502&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17502&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17502&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17502&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17502&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=17502&r=globals

Reply via email to