I am having a source folder which has folders (say A,B,C) that i should copy to my destination folder, But while copying if my destination folder has a folder say A, then that folder should not be copied, other two folders should be copied to the destination folder.
Share
I myself found a solution for this.
I use
XCOPYwith the following parameters:/D /Y /R /H /s /i.E.g.: