May 10, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8076

           Summary: std.process shell() Windows
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: deep0125@gmail.com


--- Comment #0 from deep0125@gmail.com 2012-05-09 22:32:44 PDT ---
Created an attachment (id=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
..

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 28, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=8076


Lars T. Kyllingstad <bugzilla@kyllingen.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@kyllingen.net
         Resolution|                            |WONTFIX


--- Comment #3 from Lars T. Kyllingstad <bugzilla@kyllingen.net> 2013-07-28 08:31:57 PDT ---
shell() will be deprecated.  Please use one of the new functions (executeShell,
pipeShell or spawnShell) instead.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------