On Friday, 7 March 2014 at 09:26:27 UTC, Cooler wrote:
import std.process;

int main(string[]){
  // Next line will generate error message from cmd.exe
  spawnProcess(["cmd.exe", "/C", "echo"]).wait();
  return 0;
}

I'm not sure, but maybe file a bug so this gets some attention:

https://issues.dlang.org/enter_bug.cgi?product=D

Reply via email to