I'm working on writing a shell for my operating systems class.<BR>I'm currently working on implementing external calls and allowing them to run as background processes. However, whenever I call execvp ...
Is there a (perhaps more elegant) way to do the fork() and execvp() combination for spawning new processes using other applications with Cocoa? What I'm asking, I guess, is did NeXT implement a ...