Hi,

        You've probably already looked into this, but I just wanted to be sure:
have you checked the persmissions on "Application.exe" ? I believe PHP uses
IUSR_Computer (where Computer is your computer name) to exec() anything so
if IUSR_Computer doesn't have the rights to read+execute the program, it
will return an error message.

Hope this helps!

Olivier

>Hi,
>
>I have the same problem, I don't understand the problem.
>
>
>
>"Keith Stevenson" <[EMAIL PROTECTED]> wrote in message
>[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>> Hi,
>> Im having a Problem running an application from a PHP page using the
>> Exec() function (as well as all the other program execution fuctions) on a
>> Windows NT Server running Apache.
>>
>> The code I attempt to run is : $ReturnVal = exec("Application.exe");
>>
>> It returns with Unable to Fork....
>>
>> Does any body have any idea on how to fix this or an alternative so I can
>> just run the damm application....
>>
>> Cheers
>>
>>
>> --
>> PHP Windows 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]
>>
>
>
>
>-- 
>PHP Windows 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]


-- 
PHP Windows 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