On Thu, 21 Nov 2013, Francois Gouget wrote:
Of course Wine does not yet implement the /D option but when it does it will have to match the Windows implementation so the documentation might as well be correct from the start.
Please ignore this patch. On Windows XP and 7 alike Microsoft's xcopy does say:
| /D:j-m-a Copie les fichiers modifiés à partir de la date spécifiée
But on both systems it refuses a date of 21-11-2013 but accepts 11-21-2013. So once more the Microsoft documentation is wrong.
c:\Users\win7admin\Documents> xcopy /D:21-11-2013 *.* tmp Paramètre non valide - /D:21-11-2013
c:\Users\win7admin\Documents> xcopy /D:21-11-2013 *.* tmp c:foo 1 fichier(s) copié(s)