Skip to content

Instantly share code, notes, and snippets.

@xanthalas
Created August 26, 2016 11:09
Show Gist options
  • Select an option

  • Save xanthalas/7af84920abfa22e3b6ca9f5cd79e47db to your computer and use it in GitHub Desktop.

Select an option

Save xanthalas/7af84920abfa22e3b6ca9f5cd79e47db to your computer and use it in GitHub Desktop.
Powershell script to copy the current path to the clipboard
$a = pwd
Set-Clipboard -Value $a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment