문제

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