http://bugs.winehq.org/show_bug.cgi?id=27782
Summary: "echo off" does not work in cmd interactive mode Product: Wine Version: 1.3.24 Platform: x86-64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: frederic.delanoy@gmail.com
If you use "echo off" in a cmd command prompt, it currently does nothing (apart from accepting the command). It should disable the command prompt.
It does work however when used in a batch file (i.e. non interactively)