From: jc on
Hello,

I am using CreateProcess(...), and it is working OK.

However, once the main program closes, the "launched" program
also closes.

How can I have the "launched" program stay open, after
the main program closes?

VC++ 2008, WinXP

TIA,
-jc
From: jc on
Hello,

I solved the problem!

-jc