https://bugs.winehq.org/show_bug.cgi?id=44447
Bug ID: 44447 Summary: winconsole incorrect redirects output to terminal when running a cmd file. Product: Wine Version: 3.0 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: leslie_alistair@hotmail.com Distribution: ---
Create file native.cmd and add @echo off set PATHEXT=%PATHEXT%;.; /bin/bash winepath -u "C:\users\Desktop\test.txt"
.... Run wineconsole call "native.cmd"
The output from native.cmd appears in the terminal wineconsole was run from and not within wineconsole itself.
https://bugs.winehq.org/show_bug.cgi?id=44447
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- wineconsole is not a Unix terminal emulator, so it can't display output from native apps.
https://bugs.winehq.org/show_bug.cgi?id=44447
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTOURBUG
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Marking not as a bug.
https://bugs.winehq.org/show_bug.cgi?id=44447
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing
https://bugs.winehq.org/show_bug.cgi?id=44447
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|NOTOURBUG |INVALID