On 2013-02-26 15:22, Steven Schveighoffer wrote: > It would be nice to just be able to do this: > > spawnProcess(split(executeThis)); > > I think we need an overload for that, especially if we get rid of the > auto-splitting of commands. It should assert if the array is empty. How about: spawnProcess(string[] args ...); -- /Jacob Carlborg