Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save davidalpert/552374 to your computer and use it in GitHub Desktop.
Save davidalpert/552374 to your computer and use it in GitHub Desktop.
dir Microsoft.* | foreach ($_) {dir $_.FullName -Recurse -Filter *.dll} | foreach ($_) {cp $_.FullName reference\}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment