Run Win32 executable in client from apache/php based server ?

Run Win32 executable in client from apache/php based server ?

am 14.08.2007 18:45:15 von Tony B

I have a intranet website on one of our windows machines that runs apache
2.0/php5/mysql.
In the website, if the user clicks a button I want to run a win32 command
line program on the client windows machine.
This command line utility returns a string to standard output. I want to
capture the string and return it to the server and then
process it in php.

I know this isn't a php question, but I hoped someone could give
me pointers as to what techniques I might need to use so I can investigate
further, or suggest a more suitable ng for this topic ? At this point I'm
not even sure what subject this comes under !
Regards
Tony

Re: Run Win32 executable in client from apache/php based server ?

am 14.08.2007 18:51:48 von luiheidsgoeroe

On Tue, 14 Aug 2007 18:45:15 +0200, Tony B wrote:

> I have a intranet website on one of our windows machines that runs apa=
che
> 2.0/php5/mysql.
> In the website, if the user clicks a button I want to run a win32 comm=
and
> line program on the client windows machine.
> This command line utility returns a string to standard output. I want =
to
> capture the string and return it to the server and then
> process it in php.
>
> I know this isn't a php question, but I hoped someone could give
> me pointers as to what techniques I might need to use so I can =

> investigate
> further, or suggest a more suitable ng for this topic ? At this point =
I'm
> not even sure what subject this comes under !

Intranet & MSIE =3D> ActiveX.
-- =

Rik Wasmus

Re: Run Win32 executable in client from apache/php based server ?

am 14.08.2007 18:59:03 von Good Man

"Tony B" wrote in
news:v_kwi.168163$Vy2.131881@fe10.news.easynews.com:

> I have a intranet website on one of our windows machines that runs
> apache 2.0/php5/mysql.

Were the responses posted to the exact same question on August 10th not to
your liking?

Re: Run Win32 executable in client from apache/php based server ?

am 14.08.2007 19:12:47 von Tony B

"Good Man" wrote in message
news:Xns998C842344B06sonicyouth@216.196.97.131...
> "Tony B" wrote in
> news:v_kwi.168163$Vy2.131881@fe10.news.easynews.com:
>
>> I have a intranet website on one of our windows machines that runs
>> apache 2.0/php5/mysql.
>
> Were the responses posted to the exact same question on August 10th not to
> your liking?

Sorry about that. On my news service my post and any replies has not
appeared even after 4 days, so I assumed it hadn't gone out for some reason.
However this post and your reply did make it to my news server this time !
It's steange as I thought my news server was fairly good.

Tony