Hi,
the idea was to start a small application with the computer. For example with the autostart function. This small program runs in the backround and listens to the TCPIP network. That means, the small application starts an TCP Server. When you want to start your main application you connect with your master pc as a TCP Client to that TCP Server and send him the command to start your application.
The small application will stay all the time in the backround and does nothing.
Steps:
1.Start the small application with the autostart of the pc
2.Start the TCP server
3.Listen to the network
4.If command arrives start the main application
5.stay in the backround until the PC is shut down
If you are using the "LaunchExecutableEx" command you will get a handle to your main application and you can quit the main application with this handle and the "TerminateExecutable" command whenever you want. So, you have the control over your application.
Greetings
Oliver