Is it possible to change directory in a panel by running some command? I know about CD but I'd like to change to directory given by other command (e.g. returned in stdout).
Specifically what I want to do is make a toolbar button that would move me to the original directory pointed by junction rather then going into the "wirtual" directory. I already know how to get orignal path in Python I only need to pass the path to CD or whatever command.
Changing directory in panel with command
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
"%COMMANDER_EXE%" /O /S /L="your path"
Thanks! It works
. I've published the script here:
http://pastebin.com/uWkxK24b
Button:
cmd=python
param=cdJunction.py %P%S

http://pastebin.com/uWkxK24b
Button:
cmd=python
param=cdJunction.py %P%S