How to copy the complete folder structure (including the parent folder) through cmd in Windows? -


After trying hard, I'm not able to copy the whole folder structure (including the original folder and all the contents of the folder structure In).

The folder structure says \ path \ l1 \ l2 \ sample.txt

I need to copy

Copy \ path \ L1 \ path \ destination

>

What I get at the destination is not the complete folder structure In fact, let me get to the destination L2 \ Sample.txt is available. I want the L1 \ L2 \ sample.txt at the destination

  xcopy / e \ path \ l1 \ path \ destination  

View

  xcopy /?  

From the hints to more options.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -