Search code examples
windowsfileutils

Windows Free File Utility to copy file with folder structure?


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


Solution

  • It's built-in:

    robocopy /mir c:\source d:\dest
    

    robocopy has many other options too