Skip to content

Instantly share code, notes, and snippets.

@icodebot
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icodebot/4e25eb38da44894dffa4 to your computer and use it in GitHub Desktop.
Save icodebot/4e25eb38da44894dffa4 to your computer and use it in GitHub Desktop.
Print windows system path in a more readable format
@echo off
set path | grep -E -o "[a-zA-Z]:\\[^;]*"
@icodebot
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment