Given a folder c:\docs, with a complex subdirectory structure, is there a way I can copy all the *.doc files in c:\docs\, and all subdirectories of c:\docs, into a single directory? Preferably this would be c:\docs, but I can handle another directory. I thought XCopy would do this, but if I specify the...