This isn't a place for it... but the talent is here...

I need the CMD syntax for the FOR command. Specifically, I need to copy all *.doc files from C: and subdirs to the H: drive...

I believe that it would look something like:
for /r c:\ %1 *.doc do copy %1 h:\doc

Any help would be appreciated.

_________________________
How to ask questions the smart way <-----------> Before you ask