質問

I am looking for free utilities which will copy the file which i want along with the folder structure.

Does anyone aware of any file utility? I couldn't find except winzip which is payable.

Thanks, Kathir

役に立ちましたか?

解決

It's built-in:

robocopy /mir c:\source d:\dest

robocopy has many other options too

他のヒント

As Sweko said in his comment you can copy/paste in Windows Explorer.

Or in cmd.exe:

xcopy /e source destination

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top