I need to copy c:\Mydocs to d:\Mydocs
Directory Mydocs has a bunch of subdirectories and I want to do it with 1 command.
I tried
copy c:\mydocs d:\mydocs
but it only copied files in the root, not any of the subdirectories
how do I modify the command?
Directory Mydocs has a bunch of subdirectories and I want to do it with 1 command.
I tried
copy c:\mydocs d:\mydocs
but it only copied files in the root, not any of the subdirectories
how do I modify the command?
