http://bugs.winehq.org/show_bug.cgi?id=21132 --- Comment #6 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2011-11-09 19:58:38 CST --- (In reply to comment #0)
$ rm a $ wine cmd Z:\home\austin\>echo on > a Z:\home\austin\>type a on
but running: austin(a)laptop:~$ wine cmd /c echo on > a austin(a)laptop:~$ cat a
shows an empty file.
On w2k, 'echo on > a' sets echo mode, and creates an empty "a" file Similar results when "cmd /c echo on > a" is used (except caller's echo mode is not altered) I'm not quite sure why one would want to use commands like 'echo on > a' though -- 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.