I want to get the stderr
and the stdout
from excusing commands in console to x string in order to do some codes in certain stderr
and stdout
cases
case WM_CREATE:
ShellExecute(0,
"open",
"cmd.exe",
"/C ipconfig > x",
0, SW_HIDE);
break;
that out result to x file also I think it is not recording stderr as it leaves the x file empty on excusing adb command