Reputation: 59
I need to write a batch job file to keep two folder in sync.
Inputs : Source and Destination folder names. senario :
If the destination folder/subfolder is not found – create and proceed
If the files are already present in both the folders Compare and overwrite destination file if timestamp/size differs.
If the file not present in source and present in destination, delete the destination file.
kindly help me to write the batch job.
Thanks Vikram
Upvotes: 0
Views: 346