[Bug 21132] 'cmd echo on' sometimes fails

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 9 19:58:38 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=21132

--- Comment #6 from Frédéric Delanoy <frederic.delanoy at 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 at laptop:~$ wine cmd /c echo on > a
> austin at 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.


More information about the wine-bugs mailing list