So https://technet.microsoft.com/en-us/library/cc771254.aspx describes the /d
parameter of the xcopy
command as allowing you to only copy the source file changed on or after the specified date, so I wanted to use the underneath command but with the current date. Does anyone know how to get the current date in batch and properly format it within the below command?
xcopy /d [:MM-DD-YYYY]