I have the following folders on a Windows machine
C:\FolderToCopy
C:\Dest
Both folders are empty.
I want to execute a copy operation from a command prompt so that I have this in the end:
C:\FolderToCopy
C:\Dest\FolderToCopy
In other words, I want to copy FolderToCopy so that it is now in the C:\Dest folder.
I know this should be easy - I do this often enough from the UI - but nothing I try seems to work.