currently I need to use powershell and Robocopy to copy from a source directory to target directory. It is a library files consists a lots of .dll.
I will need to overwrite the .dll that exist in target directory. However, some of the .dll in target directory are newer version. Therefore, before overwriting, i will need to prompt a warning to tell users about that. So that they are aware of that. How can i check and compare the version/properties of the .dlls before doing the robocopy?
I have checked that there is no such switch for robocopy.
Any solution for this ? Thank you