Skip to content

Instantly share code, notes, and snippets.

@xboxone08
xboxone08 / prettyprintpath.cmd
Last active April 18, 2023 17:52
Command to pretty-print Windows %PATH% using Batchfile and Python
python -c "from sys import argv; print(''.join(argv[1:]).replace(';', '\n'))" %PATH%