Help for this page

Select Code to Download


  1. or download this
        CreateProcess(command, ASYNCH); # done
    
  2. or download this
        newProc = CreateProcess();
        CopyDataSegs(thisProc, newProc);
        newProc(command);
        BlowAwayCode&Data();
        OverlayCodeFrom(command);