I need to create a batch file that will backup/copy the entire contents of my Marketing Directory. My marketing directory contains files and sub-directories with files. I have used xcopy in the past but it is not picking up any of the sub-directories or their contents. In the end i would like a batch file to copy the entire directory structure as it is.
Open in new window
s means for sub-directories ( recursive )
e means even empty directory