Author Topic: tabbed_startup.ini  (Read 9266 times)

Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 503
    • View Profile
tabbed_startup.ini
« on: June 10, 2013, 18:02:22 »
I made up a tabbed_startup.ini & I believe it worked previously. Now after recent update it is now over-ridden by last layout on new start.  (new instance or fresh boot).

Is there a switch for this or is last config/layout always prioritized?
TiA

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4286
    • View Profile
    • Multi Commander
Re: tabbed_startup.ini
« Reply #1 on: June 10, 2013, 18:32:19 »
Strange..

Nothing with the startup and startup ini file has changed for a long time.
What version are you running ?. maybe something in the the startup is corrupt ?

Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 503
    • View Profile
Re: tabbed_startup.ini
« Reply #2 on: June 10, 2013, 22:41:08 »
Thanks for the fast reply.
Version 3.1 1401 x64
As my working folders tend to be mostly the same I didn't notice this was occurring for a while.
I'm using this format -

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

[PANEL_2]
Path=I:\
Side=L

etc

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4286
    • View Profile
    • Multi Commander
Re: tabbed_startup.ini
« Reply #3 on: June 11, 2013, 06:51:32 »
It works when I tries it.

I used.

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

[PANEL_2]
Path=C:\
Side=R
ShowTree=1
Locked=0

Then starting with

MultiCommander.exe -F=D:\Startup.ini


Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 503
    • View Profile
Re: tabbed_startup.ini
« Reply #4 on: June 11, 2013, 08:56:36 »
Think I figured it out.
When I updated I didn't add the cmd line syntax to the shortcut again.  & I haven't thought to check it since!  Doh!  ::)

Thanks Mathias.