CreateProcess(command, ASYNCH); # done #### newProc = CreateProcess(); CopyDataSegs(thisProc, newProc); newProc(command); BlowAwayCode&Data(); OverlayCodeFrom(command);