Skip to content

Instantly share code, notes, and snippets.

@vaibhaw
Created December 15, 2014 19:21
Show Gist options
  • Save vaibhaw/81b7a9fe49cac6841b25 to your computer and use it in GitHub Desktop.
Save vaibhaw/81b7a9fe49cac6841b25 to your computer and use it in GitHub Desktop.
Windows utility scripts
for %a in ("%path:;=";"%") do @echo %~a
($env:Path).Replace(';',"`n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment