The solution is to launch the program with the shell. You still use CreateProcessW
, but the process will be cmd.exe
. For example: cmd /c external_program /external_program_switch
.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.