[Bug 40706] FolderMerger cmd not valued, xcopy problem in batch

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 7 16:11:50 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40706

winetest at luukku.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |winetest at luukku.com

--- Comment #2 from winetest at 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)

-- 
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.



More information about the wine-bugs mailing list