Button to open specific folder in right panel
Moderators: Hacker, petermad, Stefan2, white
Button to open specific folder in right panel
I have a button with the command "cd d:\folder". Is there a way to always open this folder in the right panel when the button is clicked?
One way would be a button with
Command:
Parameter:
or create a user command like em_cdToFolderX and prefix it with cm_focusright
Command:
where em_cdToFolderX is
Command:
Command:
Code: Select all
%COMMANDER_EXE%
Code: Select all
/O /R=C:\SomeFolder
Command:
Code: Select all
cm_focusright,em_cdToFolderX
Command:
Code: Select all
cd C:\SomeFolder
EDIT: I was tooo slow, ZoSTeR beats me.
- - -
Perhaps like in this example:
http://ghisler.ch/board/viewtopic.php?t=42130&highlight=panel
Or use
help, section 4a. Command line parameters
totalcmd.exe [/o] [/n] [/L=Drive1:\Directory1] [/R=Drive2:\Directory2] [/i=name.ini] [/f=ftpname.ini]
I don't have the right syntax at hand, but it should be possible, like here
http://ghisler.ch/board/viewtopic.php?t=35169
Others surely know better...
- - -
Perhaps like in this example:
http://ghisler.ch/board/viewtopic.php?t=42130&highlight=panel
Or use
help, section 4a. Command line parameters
totalcmd.exe [/o] [/n] [/L=Drive1:\Directory1] [/R=Drive2:\Directory2] [/i=name.ini] [/f=ftpname.ini]
I don't have the right syntax at hand, but it should be possible, like here
http://ghisler.ch/board/viewtopic.php?t=35169
Others surely know better...