RE: [PHP-WIN] Exec() In Windows

2001-04-05 Thread alain samoun
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

RE: [PHP-WIN] Exec() In Windows

2001-04-05 Thread Dale Heil
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

RE: [PHP-WIN] Exec() In Windows

2001-04-04 Thread Robin Bolton
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, > >

RE: [PHP-WIN] Exec() In Windows

2001-04-04 Thread Jason Gan
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

RE: [PHP-WIN] Exec() In Windows

2001-04-04 Thread James Moore
> >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

Re: [PHP-WIN] Exec() In Windows

2001-04-04 Thread Olivier Hubert
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

Re: [PHP-WIN] Exec() In Windows

2001-04-04 Thread zugut
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