Bug 8076 – std.process shell() Windows

Status
RESOLVED
Resolution
WONTFIX
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2012-05-09T22:32:00Z
Last change time
2013-07-28T08:31:57Z
Assigned to
nobody
Creator
deep0125

Attachments

IDFilenameSummaryContent-TypeSize
1102D_err.PNGError in runtimeimage/png9131
1103tt.txtoutput of ping commandtext/plain483
1104tt.zipoutput of ping command in zipapplication/octet-stream366

Comments

Comment #0 by deep0125 — 2012-05-09T22:32:44Z
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.