Specifically, I want to write a powershell script to find every file with extensions.lib & .dll from directory X and all sub-directories of X recursively. Then I want to copy them to directory Y. All files should be put directly in Y, the directory structure of X is not to be copied.
Specifically, I want to write a powershell script to find every file with extensions.lib
Share
According that Y exists :