https://bugs.winehq.org/show_bug.cgi?id=44721 --- Comment #2 from Stan <markau0(a)lycos.com> --- If I use c:\windows\notepad.exe for the command line argument with Wine 3.3 then the output is The full path name is: c:\windowsnotepad.exe If I use c:\\windows\\notepad.exe for the command line argument with Wine 3.3 then the output is The full path name is: c:\windows\notepad.exe If I use c:/windows/notepad.exe for the command line argument with Wine 3.3 The full path name is: c:\windows\notepad.exe backslash-double backslash-forward slash, different results. The return values on Vista are The full path name is: c:\windows\notepad.exe for command line arguments c:\windows\notepad.exe c:\\windows\\notepad.exe c:/windows/notepad.exe -- 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.