I have a folder in C:\\Folder1
C:\\Folder1
I want to copy all the contents of Folder1 to another location, D:\\Folder2
Folder1
D:\\Folder2
How do I do
if you want remove the message that tells if the destination is a file or folder you just add a slash:
xcopy /s c:\Folder1 d:\Folder2\