Search found 1 match

by voidstar240
Mon Feb 19, 2024 1:36 am
Forum: Linux
Topic: Wine inserts backslash before double qoutes in arguments
Replies: 0
Views: 1931

Wine inserts backslash before double qoutes in arguments

Wine version 9.2 running on Arch Linux. As the title says wine always inserts a backslash before double quotes. Is this intended behavior, and if so what is the workaround? File test.bat contents: echo %* Command: wine test.bat arg\"1 'arg"2' "arg\"3" Output: C:\TEST>echo ar...