I have two folders where in src folder contains the original files and the destination folder contains the modified files. I want to replace the original file with the modified file which will have the same name. For example :
src fodler
C:\Users\admin\Desktop\101-modified\2009-5201215\5176123\5201043\5201215\html--- This contains art.html,ref.html
destination folder
D:\qc-testing\5201215-- This also contains art.html,ref.html.
So i want to replace the originals with modified files for all the folders in "101-modified" using a batch script.Thanks in advance