What is the MS-DOS command for copying a folder from one location to another?
You will probably want to use XCOPY. The command is: XCOPY source destination /E The /E indicates all files/folders, even the empty ones. You can see all of the syntax and switches if you enter the command: XCOPY /?
No comments:
Post a Comment