Tags | | |

How copy multiple folders in one xcopy command

For those that are use to the Linux world where you can stack multiple copy locations and point them all to one destination like you can with the "cp" command, here is how you can do that with xcopy:

for %i in (folder, folder2, folder3) do xcopy %i d:\

(Replace D with your desired destination drive or path.



Comments

Feel free to leave a comment or question

Name: (Optional but appreciated):

Comment:

Use [code] [/code] for code block style



Security Code: