Welcome!

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

SignUp Now!

How do you CD to the directory in the List View?

Apr
16
0
Is there an environment variable or function that shows what folder is selected in the List View?
I see that I can copy the directory in the List View and insert it into the command line to effect a CD, but isn't there a more direct way to do this?
 
Is there an environment variable or function that shows what folder is selected in the List View?
I see that I can copy the directory in the List View and insert it into the command line to effect a CD, but isn't there a more direct way to do this?

You want the %_TCFOLDER variable:

alias there=`cdd "%_tcfolder"`
 
Back
Top