How to do this?
In win commandline:
XCOPY "C:\Existing Folder" "D:\New Copy" /t /e
Upon pressing Enter, receive the message: “Does C:\Existing Folder specify a file name or directory name on the target (F=file, D=directory)?”
Hit D for directory. (If you’re trying to copy file(s) to a file, then you would choose F here).
PinkBox