Hi All,
Am trying to copy files from a single source to multiple destinations. I dont want this copy to happen sequentially. I want the files to be copied at the same time to all destinations, in parallel. How is it possible to do with robocopy as a command line argument?
Ex - Robocopy soucreDir ---destination1 -destination2 -destiantion3 in a single line command line argument.
Or how can we do this in c#?
Abraham