Hi!

I had a php page which uses exec function to run an exe : addgroup.

The exe addgroup create a folder on the server.

The code :
...
$command="C:/WebEdu/PHP/PHPTest2/addgroup.exe test1";
exec($command, $list, $ret);
...

My problem is that when I run the php page, it returns me :

$list = "Error 5"
$ret = 1

Why?????

I wait for your advices!

Thanks!

Melanie



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to