in reply to Re^3: Windows System Command
in thread Windows System Command
However, all that is by the by on windows systems because Windows passes the entire command line to the process as a single string.
You know, as a *nix person, I found the function signature for CreateProcess shocking. "How is that better than fork()? It's not going to be easy to make it do anything similar!"
(I was trying to write an IPC test program and had the bright idea of putting the two halves in the same .exe. Which would not be any problem whatsoever on *nix.)
Ah well, WINAPI is strange and alien to me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Windows System Command
by BrowserUk (Patriarch) on Jun 27, 2012 at 20:12 UTC |