Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: Ulfhednar on June 10, 2013, 18:02:22

Title: tabbed_startup.ini
Post by: Ulfhednar 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
Title: Re: tabbed_startup.ini
Post by: Mathias (Author) 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 ?
Title: Re: tabbed_startup.ini
Post by: Ulfhednar 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
Title: Re: tabbed_startup.ini
Post by: Mathias (Author) 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

Title: Re: tabbed_startup.ini
Post by: Ulfhednar 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.