Copy files that arrive in one folder with newer Date Mod.
Moderator: DosItHelp
Copy files that arrive in one folder with newer Date Mod.
Hi, I'm new to this forum, hopefully someone can help me. I have a Server operating with Windows 2008, and what I'd like to do is to copy files from one folder (A) to another that folder (B), which has only one file existing in it at the moment. I only want to copy files which have a newer Date Modified to the one file existing in folder (B). Does anyone have any ideas on how this can be done in a batch form?
Re: Copy files that arrive in one folder with newer Date Mod
You can use the XCOPY command with the /D option.