The accepted answer of this question Fast Ways of Cd'ing on *nix? mentions bash having CDPATH
is there an equivalent in windows?
so from any directory e.g. c:\windows>
I could do c:\windows>cd compbar* and it'd take me to m:\a\b\c\d\e\compbar
what if there are many compbar directories? well, the CDPATH solution is one solution, I suppose you order them it'd search through the CDPATH environment variable and choose the first.
I'd like that for windows.
