zugut'; '[EMAIL PROTECTED]'
Subject: RE: [PHP-WIN] Exec() In Windows
Hello,
I went through the same problems but got some help from a coworker. Oliver
was right about the user ID. what you can do is change the .exe to an
ActiveX.dll COM object. Then add it to
a MTS pac
or c++
to access Outlook.
Hope this helps.
-Original Message-
From: zugut [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 5:28 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Exec() In Windows
Hi,
I have the same problem, I don't understand the problem.
"Keit
er, or gain CVS
access and make the contribution yourself.
> -Original Message-
> From: Jason Gan [mailto:[EMAIL PROTECTED]]
> Sent: April 4, 2001 7:10 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] Exec() In Windows
>
>
> Dear Ladies and Gents,
>
>
uot;.
:0)
-- Jason
-Original Message-
From: Olivier Hubert [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 5 April 2001 8:06 AM
To: zugut; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Exec() In Windows
Hi,
You've probably already looked into this, but I just wanted to be sure:
have you ch
> >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 w
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 p
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 exec
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 F