imrodriguezro
imrodriguezro

Reputation: 13

How can I send commands to an .exe from another .exe en c++?

Basicly, I want to write a C++ program and with it, pass messages to a program .exe. This program .exe will run in background and it is going to receive commands from my c++ program. Please, if someone knows a way to do it, that would be awesome.

Upvotes: 1

Views: 344

Answers (1)

Lunar Mushrooms
Lunar Mushrooms

Reputation: 8928

Use any IPC supported by your OS.

Upvotes: 1

Related Questions