xcopy is a Wine-compatible xcopy program which almost fully mimics the one in Windows XP.
Invalid Options
As of wine-0.9.39 , xcopy should support all options listed by Microsoft1 except:
/Z - Copy from network drives in restartable mode /X - Copy file audit settings (sets /O) /O - Copy file ownership + ACL info /G - Copy encrypted files to unencrypted destination /V - Verifies files
Return Codes
* 0 - OK * 1 - No files found to copy * 2 - CTRL+C during copy * 4 - Initialization error, or invalid source specification * 5 - Disk write error
1 See http://support.microsoft.com/kb/289483/en-us for Microsoft xcopy support page
