Hi,
I want to copy only sub directories of a directory to another directory through "XCopy", is it possible.
Best Regards,
Mushq
Printable View
Hi,
I want to copy only sub directories of a directory to another directory through "XCopy", is it possible.
Best Regards,
Mushq
Not directly. You can copy the whole using the /e parameter. Then after the copy command has executed you can del *.* from the root folder.
Thanks.