https://bugs.winehq.org/show_bug.cgi?id=40706
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #2 from winetest@luukku.com --- Without testing the application I think I know what's the probelm.
xcopy is missing /k function
according to some microsoft documention I found.
/k : Copies files and retains the read-only attribute on destination files if present on the source files. By default, xcopy removes the read-only attribute.
wine xcopy /? XCOPY - Copies source files or directory trees to a destination.
Syntax: XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]
No /k mentioned.
This is different issue but if I only type wine xcopy
I get a message which sounds incorrect.
fixme:xcopy:XCOPY_ProcessSourceParm Unexpected failure expanding source path (203)