Skip to content

Instantly share code, notes, and snippets.

@andrei-dragusanu
Last active January 11, 2018 13:24
Show Gist options
  • Save andrei-dragusanu/f1df25f3ae51fffe12f712db58237ffa to your computer and use it in GitHub Desktop.
Save andrei-dragusanu/f1df25f3ae51fffe12f712db58237ffa to your computer and use it in GitHub Desktop.
Copy all dlls from all subfolders into a single folder
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