In windows we can use move command to copy directory and sub directories one location to other location.Move command works like cut and paste in explorer. Go to command prompt execute the below command.
We can also use xcopy command to achieve the copying directories and sub directories. Here is the link for XCOPY
move * "F:\Ebackup"