http://bugs.winehq.org/show_bug.cgi?id=21132
Summary: 'cmd echo on' sometimes fails Product: Wine Version: 1.1.35 Platform: x86 OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
$ rm a $ wine cmd Z:\home\austin>echo on > a Z:\home\austin>type a on
but running: austin@laptop:~$ wine cmd /c echo on > a austin@laptop:~$ cat a
shows an empty file.