Editor: EditPath is a Win32 console program that allows you to manipulate the current user and system path environment variables in the registry.
New in 2.0
* EditPath can now handle path strings that contain multiple consecutive
semicolons (;).
* EditPath now assumes the system path rather than the current user path. (I
found that I almost always modify the system path more often.) Instead of
-s to specify the system path, you now have to specify -u if you intend to
modify the current user path.
* EditPath can now add a directory to the beginning of the path if you use
the -b option. (Use with caution.)
* Changed error handling. Now, the program simply outputs the Win32 error
text for all error messages.