Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Remove directory from path through %@SELECT box

Aug
376
9
Opens a %@SELECT box with the directories of your current %PATH.
Select the directory you want removed from %PATH and you're done.
Code:
ALIAS UNPATH=`echo %@replace[;,%^n,%PATH]|! set PATH=%@right[-1,%@replace[;%@select[con:,1,1,40,60,Remove from path];,;,;%PATH;]]`

See also: [title] for a little more information.
 
Back
Top