All Xcopy/robocopy documentation seems to gloss over copying the folder as if you are performing a right-click copy and paste.
I want C:\Folder to copy to D:\Whatever but I want it to look like D:\Whatever\Folder
I dont understand why all commands only focus on whats beneath the specified folder. I also cannot simply set my source as C:\ since there are other folders that I do not want to copy. What command would best execute what im looking for?
Thanks