1 - Get robocopy from Windows® Server 2003 Resource Kit Tools
http://www.microsoft.com/downloads/d...displaylang=en
Install and find the file Robocopy.exe and put it in a folder you can find through DOS
2 - Export your list of dirs to a excel doc - place them in column B
3 - write: robocopy c:\sourcedir\ in column A
4 - in ColumC insert: /E /R:1 /W:5 /NC /LOG:log.txt
5 - now you will have 3 columns
robocopy c:\sourcedir\ "listofdirs" /E /R:1 /W:5 /NC /LOG:log.txt
6 - Copy the lines in A and B down all the way in all the list
7 - Select all and copy
8 - open notepad and paste it in
9 - save it as copy.bat in the same dir as the robocopy file
10 - navigate to the dir in DOS and run the copy.bat file
11 - If you have questions, type robocopy /? in the dos prompt when you are located in the dir - it will give you a list of syntaxes.
Or check google for the list, its there as well