Hello, everyone knows the CreateProcess function, we run something like this.
if(CreateProcess(...)) { WaitForSingleObject(...); } CloseHandle(...); Nowhere did you find how to start the process so that the calling process does not hang, help. I tried a bunch of flags inside the createprocess (), including changing the environment variables - and failed.