using DOS, I'd like to copy one directory to another. For example there is directory C:/test and C:/test2.
I'd like to copy C:/test into C:/test2 so that the result will be C:/test2/test
Everything I've found so far will only copy the files and folders contained in C:/test into C:/test2, but leaves out the parent directory.