|
Hi Peter and Warren, I am comparing the code that you both supplied (thanks!) and I noticed this difference. Warren has; rc = CreateProcessA(0, cmdLine, 0, 0, 0, NORMAL_PRIORITY_CLASS+CREATE_NO_WINDOW, 0, 0, si, pi) Peter has; nRetVal = WAPICreateProcess(0, sCmdLine, 0, 0, 1, NORMAL_PRIORITY_CLASS, ...
|