It involves a different system call - what OS are you using? In *nix, you would fork(), then exec() in the child process. On windows, have a look at the spawn() family of functions. I'm a little...