[Bug 42182] New: OUT: isn't supported (custom output device)
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(a)winehq.org Reporter: kenorb(a)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.
https://bugs.winehq.org/show_bug.cgi?id=42182 --- Comment #1 from bronek <kenorb(a)gmail.com> --- Something similar, but for CON: #16214 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42182 Janne <janne.kekkonen(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janne.kekkonen(a)gmail.com --- Comment #2 from Janne <janne.kekkonen(a)gmail.com> --- Created attachment 77803 --> https://bugs.winehq.org/attachment.cgi?id=77803 echo test log Tested with wine 9.0. Commands used: echo test > OUT echo test > OUT: Two files were created OUT and OUT: -- 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.
http://bugs.winehq.org/show_bug.cgi?id=42182 Lokesh Poovaragan <lokesh.poovaragan@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lokesh.poovaragan@gmail.com --- Comment #3 from Lokesh Poovaragan <lokesh.poovaragan@gmail.com> --- Tried implementing this, but CI testing against native Windows 10 shows that modern Windows does not treat OUT / OUT: as a special device. On Windows 10, echo foo > OUT creates a regular file named OUT: the same behavior Wine already has. The OUT: device was a DOS-era convention that no longer applies to Windows NT. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=42182 --- Comment #4 from Ken Sharp <imwellcushtymelike@gmail.com> --- Well, it is still valid in the 9x era, so the question is whether or not Wine wants to support this. -- 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.
participants (3)
-
wine-bugs@winehq.org -
WineHQ Bugzilla -
WineHQ Bugzilla