Dears,
I want to create a batch file that copies a entire folder to another location.
The batch im using right now ,only copies the files that are in the folder not the entire folder itself and. I want to copy the entire folder
Here is the batch im using.
xcopy "D:\test1" "A:\Backup" /s /e
This batch copies the files in test1 and put them in the folder Backup.
i want to keep the structure
Could someone help me on this?
Many thanks,
Nico