digitalmars.D.bugs - [Issue 8076] New: std.process shell() Windows
- d-bugmail puremagic.com (29/29) May 09 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8076
- d-bugmail puremagic.com (13/13) Jul 28 2013 http://d.puremagic.com/issues/show_bug.cgi?id=8076
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 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: -------
May 09 2012
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 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: -------
Jul 28 2013