-1

I am trying to copy the latest folder on a remote sever to a local folder using robocopy without any luck any suggestions

1 Answers1

0

Its

ROBOCOPY \\sourceserver\share c:\local /MIR

(Mir)Mirror a directory with subfolders incl. empty directories

robocopy \\server\share c:\localfolder /MIR

more here https://social.technet.microsoft.com/wiki/contents/articles/1073.robocopy-and-a-few-examples.aspx

DisplayName
  • 1,008
  • 10
  • 24