HannibalX
Diamond Member
Hey guys, I am looking for some help writing a bat file. I am sure this is a very simple question for some of you programming veterans.
I have two directories. Directory A contains files that need to be copied to directory B.
Every so often directory A will get new files that need to be copied to directory B.
Basically I want to be able to copy just what is missing from directory B.
This way I can set the bat file to be a scheduled task and once a week directory B will be synced with what is in directory A. I need to be able to do this without copying the entire contents of directory A each time I have new files (about 8GB of data going of WAN so copying everything isn?t an option).
Can this be done?
Thanks for your help!
I have two directories. Directory A contains files that need to be copied to directory B.
Every so often directory A will get new files that need to be copied to directory B.
Basically I want to be able to copy just what is missing from directory B.
This way I can set the bat file to be a scheduled task and once a week directory B will be synced with what is in directory A. I need to be able to do this without copying the entire contents of directory A each time I have new files (about 8GB of data going of WAN so copying everything isn?t an option).
Can this be done?
Thanks for your help!