Here I posted this a while back in the tutorials forum

http://www.antionline.com/showthread...hlight=migrate

just change one line like so

xcopy %sname%:\*.doc /S h:\migrate /H /I /C /K /E

to

xcopy %sname%:\*.* /S h:\migrate /H /I /C /K /E

then remove the rese like this.

install this batch file on the root of each directory and run it.

This will keep the Directory structure intact. Let me know how it works