Closed TheNNX closed 7 months ago
Windows applications expect the the command file name to be present in lpCommandLine in CreateProcessW, WinCE programs seem to not (or at least cmd.exe doesn't).
lpCommandLine
CreateProcessW
cmd.exe
Windows applications expect the the command file name to be present in
lpCommandLine
inCreateProcessW
, WinCE programs seem to not (or at leastcmd.exe
doesn't).