http://bugs.winehq.org/show_bug.cgi?id=28258 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source CC| |frederic.delanoy(a)gmail.com --- Comment #1 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2011-09-07 09:52:13 CDT --- Minimised file to get the error: test_builtins.cmd: @echo off echo ...stdout redirection mkdir foobar & cd foobar echo foo(a)tab@1>@tab(a)foo type foo echo foo7 7> foo type foo echo foo9 9> foo type foo echo foo1> foo type foo echo foo11> foo type foo echo foo12> foo type foo echo1>foo type foo cd .. & rd /s/q foobar cd test_builtins.cmd.exp ...stdout redirection foo(a)tab@ foo7(a)space@@or_broken(a)foo@tab@ foo9(a)space@@or_broken(a)foo@tab@ foo1 foo11 foo12 @pwd@ Redirections handling is a bit messy. This may be related to bugs 28037 (and 21227?) Ideas welcome ;) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.