Fwd: Can"t execute external program -> error "Access is denied"
am 20.06.2007 08:00:44 von Davide Molteni
Hi,
as additional information.
I've to execute a batch file that launch another batch as a domain
privileged user to perform some domain administrative tasks.
Do you have any idea? how can I do that?
Thanks a lot for your help.
Regards
Dave
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Can"t execute external program -> error "Access is denied"
am 20.06.2007 09:51:55 von hSiplu
To run this tasks a good way can be running a daemon. The daemon must be run
by administrative user.
when you request a task ( a command parhaps ) php request to the request
pool of that daemon.
And wait for execution status. On getting SUCCESS php will show "it was
successfull".
Of course you have to write your own daemon.
Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php