Move command in MS DOS prompt

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.

move * "F:\Ebackup"
We can also use xcopy command to achieve the copying directories and sub directories. Here is the link for XCOPY

Post a Comment (0)
Previous Post Next Post

Recent Posts