I use a very simple script:
Code: Select all
C:\windows\system32\robocopy.exe /A-:R D\test D\test1 /mov /MAXAGE:20150901 /MINAGE:20150930
and as a result some of my files from september 2015 are moved to the new folder and some of them are skipped.
I'm pretty sure that the problem is with whose files, not a script but I can't catch it.
If I check the files properties on those files I can see the date created and modification that is correct 2015-09-30.
Any ideas please
.....If anybody want I can send the example file (2KB and 49kb)