rix0rrr / WindowsPathEditor

PATH editor for people who use a lot of "unixy" tools on Windows
286 stars 27 forks source link

Add ability to save and load paths from text file #25

Open sebnil opened 8 years ago

sebnil commented 8 years ago

I often need to switch between two or more sets of PATH. Would be great if I could save those configurations somehow. Perhaphs drag and drop a text file into your app.

Thank you for providing a great tool for free!

rix0rrr commented 8 years ago

At that point, wouldn't two registry files (and/or two batch files that just set the local environment) be more convenient?

sebnil commented 8 years ago

hm.. yes that would be the traditional way of doing it. but your app does a bit more. I can sort and get a good ooverview of my PATH. I will not get that with batch files.

jeffmaury commented 11 months ago

Would be good to have the option to save as string so that we can use that string as SET PATH=sting for temporary modifications