Author Topic: startup.ini  (Read 6362 times)

Herrie

  • Junior Member
  • **
  • Posts: 13
    • View Profile
startup.ini
« on: January 07, 2017, 17:55:09 »
I think I am going nuts over this.
All I want is MC to start with 2 windows.
Left the G drive and the folder Mijn Documenten
Right The F drive.

Mij startup ini contains this

Code: [Select]
[PANEL_1]
Path = "G:\"
Side = L
ShowTree = 1
Locked = 0

[PANEL_2]
Path = "F:\mijn documenten"
Side = R
ShowTree = 1
Locked = 0

The commandline in windows 10 is:
"C:\Program Files\MultiCommander (x64)\MultiCommander.exe" -F= "Startup.ini""

WTH am I doing wrong??


Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: startup.ini
« Reply #1 on: January 07, 2017, 18:45:16 »
That should work I think.

Hmm maybe dont have space around "="
"Side=L" not "Side = L" and so on, on all of them..  maybe

Also -F="startup.ini"  no space after =

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: startup.ini
« Reply #2 on: January 07, 2017, 18:48:20 »
You can also save a TabSession with the setup as you want.
and autoload that tabsesson with "-TABSESSION="<TabSessionName>" as paramter to multicommander.exe

To create a tabsession,  setup tabs and path as you want it.. go to menu>File>Tab Sessions>Save As...