|
|
|
|
|
by pjc50
661 days ago
|
|
There are a number of good things about CreateProcess, but argument passing is not one of them. It's a very longstanding misfeature in the design of CMD.EXE and almost certainly dates from MSDOS and therefore CP/M. A side effect of that is that programs do their own unescaping. Unix users who are used to quotes being stripped for them may be surprised by this. |
|