MS Dos to copy Directories and Folders
To copy directories and folders using the dos (command) prompt:
-
Open the command prompt in Windows. Goto: Start > Run > Type cmd > press the ok button or hit the enter key.
-
At the command prompt navigate to the destination folder. Example command, run: cd c:\destination_folder
-
Use xcopy to move the folder/directory. Example command, run: xcopy c:\source_folder /e
-
All the source folder contents will be copied to the destination.