[Bug 53386] cmd.exe: FOR /F USEBACKQ doesn't handle UTF-16 output of commands.

WineHQ Bugzilla wine-bugs at winehq.org
Fri Jul 22 09:45:00 CDT 2022


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

--- Comment #2 from Arek Hiler <ahiler at codeweavers.com> ---
I've gave the attached diff a spin and it helps.

```
Z:\home\ivyl\.local\share\Steam\steamapps\common\Septerra Core>FOR /F USEBACKQ
%F IN  (`wmic os get osarchitecture`) DO ECHO %F
OSArchitecture
64-bit
```

Also checked with Septerra Core and no hand on the install scripts.

Thanks!

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