File | Date | Author | Commit |
---|---|---|---|
Executable | 2013-05-28 |
![]() |
[801c3b] First SourceForge Commit |
Source | 2013-05-28 |
![]() |
[801c3b] First SourceForge Commit |
LICENSE.txt | 2013-05-28 |
![]() |
[801c3b] First SourceForge Commit |
Readme.md | 2013-05-28 |
![]() |
[801c3b] First SourceForge Commit |
Authors: Anurag Saini
The software is developed with Visual Studio Express 2012. The executable is built in .Net 4
This software and corresponding source code is distributed under The MIT license.
Please read LICENSE.txt
for more information.
Path Manager is a small utility for easy management of environment variable. It can add/modify/remove variables and can also save their values for backup.
Changes made, such as addition of some new variable or modification of values are applied to an in-memory copy of data only. Once all the changes are done, user can commit these changes permanently to registry. If Path Manager is closed without saving changes then all the modifications are discarded.
To keep backup, user can export the environment information. Just user Export
button for that purpose which ask for a folder where this information will be saved. Two text files will be made, one for system variables and one for user variables. As for requirements the user can then import these files back to memory. However, even after import the changes still need to be committed.
Finally, the table of variable values shows a column for validity of the entries. This validity is checked only for entries which are folder or files. If both folder and files are allowed then Path Manager will check if any such file/folder exists. Appropriate check-box can be checked for different types of variables.