Author Topic: New user with questions  (Read 82 times)

2wheelrider

  • Newbie
  • *
  • Posts: 1
    • View Profile
New user with questions
« on: Yesterday at 15:37:07 »
Hi All.  I saw Multi Commander mentioned in another forum and am impressed so far.  I am working on trying to configure it to startup ready for my use and have these questions:

1.  Is there any advantages to starting it with a Tab Session vs. using command line parameters to specify the path for the L and R panels (I won't use tabs in panels)?
2.  When I start Multi Commander using command line parameters, how can I get it to start with the folder tree showing in each pane.
3.  On startup, is there a way to make a specific Explorer Panel always have focus?
4.  I will want to frequently synch panels.  Is there a mouse-click option for any of the panel synch keyboard combinations?  I stack my panels (vertical) so the Ctrl+period (go to same path as target) will likely be the one I would use most (the Ctrl+> and Ctrl+< are not intuitive to me with vertical panels).

TIA!

Matthias515566

  • Power Member
  • ****
  • Posts: 354
    • View Profile
Re: New user with questions
« Reply #1 on: Yesterday at 20:54:53 »
1.
Code: [Select]
Start "Arbeitsplattform" /min "C:\Program Files\MultiCommander\MultiCommander.exe" -TABSESSION="Arbeitsplattform" -T="1 Arbeitsplattform"2. This is configurable via the settings, not via the command line.
3. I guess when you save a tab session, the focus will also be saved.

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 587
  • Old Skull
    • View Profile
Re: New user with questions
« Reply #2 on: Today at 14:52:14 »
3.  On startup, is there a way to make a specific Explorer Panel always have focus?

You may create a User Defined Command and pass it to MC via command line.

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4849
    • View Profile
    • Multi Commander
Re: New user with questions
« Reply #3 on: Today at 16:15:27 »
1. Advantage is that you can control a lot more and open many many more tabs then from command line
2. Settings for what default configuration new tab should have.
3. I think the panel you specifiy last will be in focus. but use TabSession if you want more control
4. Ctrl+. as you say will sync current path to the other panel. so both are showing same. You can reconfigure that to other key. or creata user defined command so you can access it from a button or what ever.
Use MultiScript you can probably create any other variant you want