How can I create an independent process (by independent I mean that if I stop the programm which called it, the process won't stop) from a C++ executable in Windows?
This process is to run a Windows cmd command from it.
How can I create an independent process (by independent I mean that if I stop the programm which called it, the process won't stop) from a C++ executable in Windows?
This process is to run a Windows cmd command from it.