B
Bumbrlik
When I spawn a console application from a another
application of mine using
_spawnl(_P_NOWAIT, my_program, ......),
it opens a new console window but when it is finished the
window is automatically closed.
Is there any way I can keep the window open even after the
program terminated (I want to be able check the output) ?
Thank you.
application of mine using
_spawnl(_P_NOWAIT, my_program, ......),
it opens a new console window but when it is finished the
window is automatically closed.
Is there any way I can keep the window open even after the
program terminated (I want to be able check the output) ?
Thank you.