Skip to content

Instantly share code, notes, and snippets.

@inh3
Created June 6, 2014 00:00
Show Gist options
  • Save inh3/bd0aac0456887f7d4d53 to your computer and use it in GitHub Desktop.
Save inh3/bd0aac0456887f7d4d53 to your computer and use it in GitHub Desktop.
Powershell script to print out each value in the system path
$env:Path.split(";")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment