0

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

Kathir
  • 2,733
  • 12
  • 39
  • 67

2 Answers2

0

It's built-in:

robocopy /mir c:\source d:\dest

robocopy has many other options too

the_mandrill
  • 29,792
  • 6
  • 64
  • 93
0

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

Or in cmd.exe:

xcopy /e source destination

Bernd Elkemann
  • 23,242
  • 4
  • 37
  • 66