Multi Commander Support Forum

Multi Commander => Feature Requests and Suggestions => Topic started by: MikeC on August 05, 2011, 15:58:11

Title: [ADDED] Another command line support request
Post by: MikeC on August 05, 2011, 15:58:11
Along with what was mentioned already, it would be useful if there were a command line parameter that specified a file name that contained a list of folders to open for left and right panes.

For example, I would use this to open nine project folders in the right pane and maybe four standard folders in the left pane.  I would create a number of shortcuts to different projects that would open the nine project-specific folders and the four standard folders.
Title: Re: Another command line support request
Post by: Mathias (Author) on August 06, 2011, 14:25:33
That sounds like a good idea. I will add this to the list.
Title: Re: Another command line support request
Post by: Mathias (Author) on August 14, 2011, 11:27:32
From build 814, it is now possible to write

MultiCommander.exe -F=startup.ini


startup.ini
Code: [Select]
[PANEL_1]
Path=d:\
Side=L

[PANEL_2]
Path=d:\bin
Side=L

[PANEL_3]
Path=d:\Projects
Side=L

[PANEL_4]
Path=d:\Projects\Jupiter
Side=R

[PANEL_5]
Path=d:\Projects\Pluto
Side=R

Path and Side are required

Extra optional parameters are
Code: [Select]
Locked=1|0
ShowTree=1|0
SortAsc=1|0
SortCol=<colnum>
Title: Re: [ADDED] Another command line support request
Post by: MikeC on August 29, 2011, 16:07:30
Sweet!

Is build 814 ready for prime time?  If so, how to get to it?  Web site still shows latest build as 800.
Title: Re: [ADDED] Another command line support request
Post by: Mathias (Author) on August 29, 2011, 18:12:07
No final release of v1.1.2 yet. (soon)

But get the beta version.

How to get Beta (http://forum.multicommander.com/forum/index.php/topic,3.0.html)
Title: Re: [ADDED] Another command line support request
Post by: MikeC on August 31, 2011, 21:49:43
Preliminary try out of this feature is good!  So far it works great!  Thanks for adding it.