Re: How can I read a string of data sent from one program to call another?
- From: Andreas Koch <nospam@xxxxxxxxxxxxxxx>
- Date: Sat, 01 Jul 2006 11:45:51 +0200
Mike Barnard wrote:
I play online games, and I use a program called Xfire to find servers
I might want to join. After I make a choice Xfire calls the game,
sending a command line string with the info about what server to log
into, what player name to use, etc.
We are talking about executing a local exe with command line
parameters?
Then calling your app xfire.exe and calling the original client
from that should be the easiest option.
In your Delphi app, use Paramcount and Paramstr to get the
parameters passed to your app, and use ShellExecute or
CreateProcess to call the original client.
.
- Follow-Ups:
- Re: How can I read a string of data sent from one program to call another?
- From: Douglas J. Horton
- Re: How can I read a string of data sent from one program to call another?
- References:
- How can I read a string of data sent from one program to call another?
- From: Mike Barnard
- How can I read a string of data sent from one program to call another?
- Prev by Date: How can I read a string of data sent from one program to call another?
- Next by Date: Re: C to Pascal translation
- Previous by thread: How can I read a string of data sent from one program to call another?
- Next by thread: Re: How can I read a string of data sent from one program to call another?
- Index(es):
Relevant Pages
|