[Bug 42182] New: OUT: isn't supported (custom output device)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 10 19:53:46 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=42182

            Bug ID: 42182
           Summary: OUT: isn't supported (custom output device)
           Product: Wine
           Version: 1.8.1
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: cmd
          Assignee: wine-bugs at winehq.org
          Reporter: kenorb at gmail.com
      Distribution: ---

On Windows, OUT: is the special device and doing:

    echo test > OUT

or:

    echo test > OUT:

would redirect this to output device (by default same as NUL).

On Wine, "OUT:" file is created.

This should work similar as for CON: (which works fine in Wine):

    echo test > CON

or:

    echo test > CON:

See list of special devices at: http://superuser.com/a/613335

-- 
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