Author Topic: Multi Commander - Run with parameters  (Read 5454 times)

Pawel

  • Junior Member
  • **
  • Posts: 37
    • View Profile
Multi Commander - Run with parameters
« on: August 02, 2017, 12:34:01 »
Hi,
I want to ask you about Multi Commander Command Line.

I am trying to make it work like Total Commander does (I want to use it for AutoPlay actions toadd to registry).
Could you please write here if this is possible to:

Task 1: Run Multi Commander in NEW WINDOW (new instance) in RIGHT PANEL in NEW TAB
Total Commander: TotalCmd.exe /N /R /T="%1" (/N=New window, /R=Right Panel, /T=Open in New Tab)
Multi Commander: ???

Task 2: Run Multi Commander in EXISTING WINDOW (if MC is already opened) in LEFT PANEL in NEW TAB
Total Commander: TotalCmd.exe /O /L /T="%1" (/O=Existing window, /L=Left Panel, /T=Open in New Tab)
Multi Commander: ???

Task 3: Run Multi Commander in NEW WINDOW in RIGHT PANEL in EXISTING TAB
Total Commander: TotalCmd.exe /N /R="%1" (/N=New window, /R=Right Panel)
Multi Commander: ???

Is this possible in Multi Commander?
I know there is /OPEN to use  already running instance of Multi Commander (like /O in Total Commander)
I know ther is /L or /R for LEFT or RIGHT Panel (like in Total Commander).
How about tabs? Is it possible to create NEW TAB or USE EXISTING ONE?

Could someone write me the correct command line for Multi Commander for those example 3 tasks?
Thanks!
-Pawel