Re: spawnProcess command-line arguments help

2014-08-05 Thread Vladimir Panteleev via Digitalmars-d-learn
On Monday, 4 August 2014 at 17:02:27 UTC, Peter Alexander wrote: On Sunday, 3 August 2014 at 23:48:09 UTC, Martin wrote: When I use the spawnProcess function in std.process, the command line arguments that I provide to the function seem to get "quoted". I can't reproduce this on OS X with 2.0

Re: spawnProcess command-line arguments help

2014-08-05 Thread Vladimir Panteleev via Digitalmars-d-learn
On Sunday, 3 August 2014 at 23:48:09 UTC, Martin wrote: When I use the spawnProcess function in std.process, the command line arguments that I provide to the function seem to get "quoted". Is there a way to tell the spawnProcess function that I want the command line arguments to be non-quoted?

Re: spawnProcess command-line arguments help

2014-08-04 Thread Peter Alexander via Digitalmars-d-learn
On Sunday, 3 August 2014 at 23:48:09 UTC, Martin wrote: When I use the spawnProcess function in std.process, the command line arguments that I provide to the function seem to get "quoted". I can't reproduce this on OS X with 2.066rc1 (args are unquoted). Can someone else check Windows? Sounds