Executing Exe File From PHP Errors

Executing Exe File From PHP Errors

am 30.10.2008 20:39:35 von Alice Wei

--_d5f12ca9-6558-4da4-9ff2-c588499879aa_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

=0A=
=0A=
=0A=
=0A=
=0A=
Hi,

I am wondering if anyone on this list has seen anything like this.=20
I have a snippet of code that calls an exe file before it starts processi=
ng anything else from the php file.=20

The code is called as follows:
=20
//execute program
shell_exec("C:\Inetpub\wwwroot\incidence\my-manager.exe -d$date -p$event"=
)=3B

=0A=
The entire program works most of the time without my further edits=2C but=
=0A=
sometimes I cannot get the entire program to finish execution because I=0A=
see a Visual Studio error pop up window asking if I would like to bug=0A=
due to the code snippet above.=20

Since I execute PHP files=0A=
with other applications=2C such an error from=0A=
Visual Studio pop up window prohibits me from running the applications.=0A=
I don't think this is something normal=2C which I welcome anyone to offer=
=0A=
me some suggestions on how to get away with this kind of error.=20

Thanks in advance.

Alice

____________________________________________________________ _____
Express yourself with gadgets on Windows Live Spaces
http://discoverspaces.live.com?source=3Dhmtag1&loc=3Dus=

--_d5f12ca9-6558-4da4-9ff2-c588499879aa_--