M
M
mIka012021-11-27 11:55:06
C++ / C#
mIka01, 2021-11-27 11:55:06

How to run exe from c++?

I have an application that needs to connect to a server. If there is no server, then it should start it. The server is designed as a console application "exe" completely independent.

How can I run the exe while the original FORMs should have control.

ps I used to use it. But after launching the exe, it stops active action with the user form and does not allow it to be used. system("ServerS.exe");

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2021-11-27
@mIka01

Is CreateProcess out of fashion these days?
PS I'm far from c++, so I don't know, but when I was interested in it, the processes were launched that way.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question