Directory and sub directory copy command in DOS prompt

In windows when we copy huge files its always better to copy through command prompt. We can also copy the files through explorer but many cases it will end up with not responding ,Also its very difficult to work when copy task it progress. Here is the below command we can use to copy the directories and sub directories. Go to command prompt and run below command.

xcopy E:important "F:\Ebackup" /S

Xcopy copies all the files and folder from important folder to Ebackup folder.We have one more command in DOS "move" to achieve the same. Please Click here to refer.
Post a Comment (0)
Previous Post Next Post

Recent Posts