Moderator: Moderators
Result = CreateProcess(
0, // filename
Path, // full command line for child
Null, // process security descriptor
Null, // thread security descriptor
false, // inherit handles?
0, // creation flags
Null, // inherited environment address
Working_Dir, // startup dir; NULL = start in current
&SI, // pointer to startup info (input)
&PI // pointer to process info (output)
);
DEBUGLOG(2,"WinExecAndWait","Command Line="+Path);
DEBUGLOG(2,"WinExecAndWait","Working_Dir="+Working_Dir);
if ( Win32 || ( DosExecMethod == _DosExec_Direct ) ) {
Result = WinExecAndWait( _UtilsDir + ExeName + ".EXE " + Ini_File + " " +
Out_File + StartFile, Working_Dir, Flags, Path, Semiphore_File );
}
if ( Win32 || ( DosExecMethod == _DosExec_Direct ) ) {
Result = WinExecAndWait( """" + _UtilsDir + ExeName + ".EXE"" " + Ini_File + " " +
Out_File + StartFile, Working_Dir, Flags, Path, Semiphore_File );
}
spacetime wrote:As I said, the only thing I remember from the last successful run before the problem was a windows update.

spacetime wrote:This update (KB943460) was installed on November 15th:
http://support.microsoft.com/?kbid=943460
It looks as a "candidate" for the mentioned problem in ME.
Users browsing this forum: wild, Yahoo [Bot] and 0 guests