How to run a program from inside another program...

Discussion about everything. New games, 3d math, development tips...
Post Reply
Iaro2004

How to run a program from inside another program...

Post by Iaro2004 »

...while letting the first program run aswell?
I tried using _execl but unfortunately it closes program 1.
It works using system() but I don't want to use this function because of other more serious problems.

Thanks in advance,
Robert
Iaro2004

Post by Iaro2004 »

Nevermind, I found out how to do it. You can use the winexec of createthread ( recomended).
Iaro
Posts: 45
Joined: Sat Feb 05, 2005 7:01 am

Post by Iaro »

..the winexec or createthread ( recomended) functions.
Sorry i was logged in as guest and couldn't edit my own posts.
Post Reply