&startInfo,
&procInfo
)
)
{
fprintf(stderr,"CreatProcess failed on error %d\n",GetLastError());
ExitProcess(0);
}
}
//Terminate after all commands have finished.