in reply to Re: Re: Re: Copying a directory recursively
in thread Copying a directory recursively

/s for recursive (s for sub directories).
/e to copy empty subdirectories.
/o might be of interest too. Use it to also copy file ownership and ACL information.