[PHP-WIN] Re: Run system command from PHP

2004-07-31 Thread Jed Hunsaker
Well, I got a ping to work by running the cmd.exe. All I had to do was give IUSR_MACHINE execution permissions to cmd.exe. Not very secure, but give that a try. Jed -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Run system command from PHP

2004-07-30 Thread Mikey
>I am trying to modify the registry by running a *.reg dynamically created by PHP. I am having trouble gettting the file to >execute from within PHP. I actually create a *.reg file and save it. I then try to run it from PHP. I've tried using exec, >system, shell_exec() and none seem to actually