in reply to Re^4: system() implementation on Windows (again)
in thread system() implementation on Windows (again)

But even then, I would expect that something similar exists in the OS kernel,

See Re^3: system() implementation on Windows (again), the OS kernel function responsible, CreateProcess, does string parsing, it doesn't take an array, it takes string, just like cmd.exe does, all of windows is built on this

  • Comment on Re^5: system() implementation on Windows (again)