Page 1 of 1

Make possible to use Parameters for both Panels

Posted: 04.10.2019, 14:46
by Forez
Currently when the user is making a shortcut to a folder in form of an Item added to a Favorite Toolbar, the user must choose between using

Code: Select all

-L
and

Code: Select all

-R
variant


How about making it possible to be able to write down into the Parameter field both of these values at the same time? Or creating a new one, naming it like

Code: Select all

-D
[for double or duplex]

or

Code: Select all

-2
[for the number of Panels]

The goal with this variant would be to be able do the same: open the destination folder in both of the Panels at the same time


I myself often find me in need to click some of my shortcuts- and immediately after that in need to press the CTRL + E or click the icon on my the Splitter that is described as "Shows in the inactive panel the same folder as in the active panel", just to see in both of the Panels the same content

Re: Make possible to use Parameters for both Panels

Posted: 04.10.2019, 18:26
by Marek
This works fine:
freecommander.exe -L=c:\temp -R=c:\temp

Re: Make possible to use Parameters for both Panels

Posted: 30.10.2019, 11:43
by Forez
Marek wrote: 04.10.2019, 18:26 [...]
-L=c:\temp -R=c:\temp
This works even better

As under one icon I can set up folder A for one Panel and folder B for the other one- thus creating a shortcut not for a folder or folders but a ground for a task [of coping / moving content between predefined folders]


Thank you