GooMooPunch
Programmer
What I'm trying to do is have my program make an execlp call and then return back to my original program...
I know that I can use fork to create another process..and that exec will replace the process that it is being called from...but i'm not sure exactly how to use fork and wait and exec together to accomplish this....
I know that I can use fork to create another process..and that exec will replace the process that it is being called from...but i'm not sure exactly how to use fork and wait and exec together to accomplish this....