How to run an app from another app

From: patrick carosso (carossopatrick_at_yahoo.it)
Date: 09/26/04


Date: Sun, 26 Sep 2004 09:32:39 GMT

Hello,
I'm trying to start an app from another. Now I use the execv system call:
the secondary app starts, but the first exits! I need the execv to
immediately return , and the first app to go on running.
How can I do?
Thank!



Relevant Pages