Created attachment 1102
Error in runtime
Windows, Russian
no work code:
...
import std.process;
...
auto s=shell("ping 127.0.0.1");
...
attachments content errors and output next dos command
..
C:\Documents and Settings\Di>ping 127.0.0.1>tt.txt
..
Comment #1 by deep0125 — 2012-05-09T22:35:16Z
Created attachment 1103
output of ping command
Comment #2 by deep0125 — 2012-05-09T22:36:14Z
Created attachment 1104
output of ping command in zip
Comment #3 by bugzilla — 2013-07-28T08:31:57Z
shell() will be deprecated. Please use one of the new functions (executeShell, pipeShell or spawnShell) instead.