Re: [PHP-WIN] Sending Commands

2001-03-25 Thread Alex
Hi, Sorry, I receive your and my messages to the list with the delay. It's really hard to use COM objects without any documentation but you can find some issues in the Registry. Probably, your game server doesn't contains COM objects if it is cmd.exe box application. So, you have to try to use som

Re[4]: [PHP-WIN] Sending Commands

2001-03-22 Thread Pablo Vera
ame server. I will check with Valve and see what can be JS> done. JS> Thanks JS> Josh Seward JS> - Original Message - JS> From: "Pablo Vera" <[EMAIL PROTECTED]> JS> To: <[EMAIL PROTECTED]> JS> Sent: Thursday, March 22, 2001 12:29 PM JS> Sub

Re: Re[2]: [PHP-WIN] Sending Commands

2001-03-22 Thread Josh Seward
This is a Half-Life game server. I will check with Valve and see what can be done. Thanks Josh Seward - Original Message - From: "Pablo Vera" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 12:29 PM Subject: Re[2]: [PHP-WIN] Sending Comm

Re[2]: [PHP-WIN] Sending Commands

2001-03-22 Thread Pablo Vera
. If I can use COM for this, How would I go about JS> finding the COM name for it? JS> Thanks, JS> Josh Seward JS> - Original Message - JS> From: "Alex" <[EMAIL PROTECTED]> JS> To: <[EMAIL PROTECTED]> JS> Sent: Thursday, March 22, 2001 8:19 AM

Re: [PHP-WIN] Sending Commands

2001-03-22 Thread Josh Seward
about finding the COM name for it? Thanks, Josh Seward - Original Message - From: "Alex" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 8:19 AM Subject: Re: [PHP-WIN] Sending Commands > Hi, > > > >I have been looking fo

Re: [PHP-WIN] Sending Commands

2001-03-22 Thread Alex
Hi, >I have been looking for a way to send commands to a windows application. You can do the communication with your application as with a set of COM objects via php scripts. >I can start the application and leave it running in the background. You do not need to start the application at the b

[PHP-WIN] Sending Commands

2001-03-21 Thread Josh Seward
I have been looking for a way to send commands to a windows application. I can start the application and leave it running in the background. The application takes commands from the keyboard and I need a way to send it commands via my php script If anyone knows a way of doing this, PLEASE H