http://bugs.winehq.org/show_bug.cgi?id=44721 Janne <janne.kekkonen(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janne.kekkonen(a)gmail.com --- Comment #9 from Janne <janne.kekkonen(a)gmail.com> --- Tries with escaped backslashes and running example from cmd.exe. Both situations are working.
WINEDEBUG=-all wine a.exe c:\\temp\\bug-44721\\a.exe The full path name is: c:\temp\bug-44721\a.exe The short name for c:\longdirectoryname is c:\LONG~TX4 The long name for c:\LONG~TX4 is c:\longdirectoryname
WINEDEBUG=-all wine a.exe c:\\a\\b\\c\\d\\e.exe The full path name is: c:\a\b\c\d\e.exe The short name for c:\longdirectoryname is c:\LONG~TX4 The long name for c:\LONG~TX4 is c:\longdirectoryname
WINEDEBUG=-all wine cmd.exe Microsoft Windows 5.0.2195
C:\temp\bug-44721>a.exe c:\temp\bug-44721\a.exe The full path name is: c:\temp\bug-44721\a.exe The short name for c:\longdirectoryname is c:\LONG~TX4 The long name for c:\LONG~TX4 is c:\longdirectoryname C:\temp\bug-44721>a.exe c:\a\b\c\d\e.exe The full path name is: c:\a\b\c\d\e.exe The short name for c:\longdirectoryname is c:\LONG~TX4 The long name for c:\LONG~TX4 is c:\longdirectoryname
wine --version wine-10.6 (Staging)
-- 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.