https://bugs.winehq.org/show_bug.cgi?id=39906 Jason Edmeades <us(a)edmeades.me.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |us(a)edmeades.me.uk --- Comment #1 from Jason Edmeades <us(a)edmeades.me.uk> --- Cant reproduce the exact problem, as only v10 is for download, but the first problem is very similar... It runs for /f "usebackq" %%i in (`""%SOURCE_DIR%\odbviewer_register.exe" %REGISTRATION_KEY% "%SOURCE_DIR%\odbviewer.signature""`) do set RES=%%i This fails in wine's cmd, passes under windows. Simple recreate: for /f "usebackq" %i in (`""c:\windows\system32\ping.exe" -?"`) do set RES=%i (On windows, loops giving first word of each line, on wine fails to launch) I will investigate further as I get time -- 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.