I\'d like a batch script in Windows with which I can copy one directory to another. If this directory already exists, and then for each file that already exists in both with the
Have you considered using the "xcopy" command?
The xcopy command will do all that for you.