I am in search of a method for managing programs in a Windows environment.
I would prefer it to be a bit like Linux screen software.
The reason for my search is that I need to run the program (on Windows) with the identifier, so later I can close this particular program without closing anything else, even if the actual program (.exe file) works several times. Anyway, can I "name" him?
Now I use the following on Linux:
$ screen <params> <id> ./softwareprogram
And then I know that I can always find his ID with him :)
This is an external program that closes or launches a third-party program.
My program is written in C ++, if that makes any difference.
Edit: Can I somehow not independently select the identifier? How to run a program with a specific name? Also, how can I kill a process by specifying a name?
linux windows gnu-screen
Ubha
source share