G
Guest
Hi i need to terminate the resulted console output to an array..i am a new
bee to vc ...for example in php..
$myvar=shell_exe("Myfile")
The output is in §myvar...how can i do it with this CreateProcess...
Thanx in advance,
venki
CreateProcess( NULL, // No module name (use command line).
TEXT("java"), // Command line.
NULL, // Process handle not inheritable.
NULL, // Thread handle not inheritable.
FALSE, // Set handle inheritance to FALSE.
CREATE_NO_WINDOW, // No creation flags.
NULL, // Use parent's environment block.
NULL, // Use parent's starting directory.
&si, // Pointer to STARTUPINFO structure.
&pi ) // Pointer to PROCESS_INFORMATION structure.
)
bee to vc ...for example in php..
$myvar=shell_exe("Myfile")
The output is in §myvar...how can i do it with this CreateProcess...
Thanx in advance,
venki
CreateProcess( NULL, // No module name (use command line).
TEXT("java"), // Command line.
NULL, // Process handle not inheritable.
NULL, // Thread handle not inheritable.
FALSE, // Set handle inheritance to FALSE.
CREATE_NO_WINDOW, // No creation flags.
NULL, // Use parent's environment block.
NULL, // Use parent's starting directory.
&si, // Pointer to STARTUPINFO structure.
&pi ) // Pointer to PROCESS_INFORMATION structure.
)