I need to pass information from one exe to another exe. Is it possible ?
If it is possible, can you give me idea to solve this problem.
here i need to send some string msg to another exe . the another exe should recive that msg and it should perform some operation depends on the that string msg…
You can do this is a number of ways, so just to name a few:
so you probably have to be a bit more specific. What are you trying to accomplish?