Last active
January 11, 2018 13:24
-
-
Save andrei-dragusanu/f1df25f3ae51fffe12f712db58237ffa to your computer and use it in GitHub Desktop.
Copy all dlls from all subfolders into a single folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
get-Childitem -recurse -filter *.dll | Copy-Item -Destination ..\3rdparties.lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment