Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
Support and Feedback / Filename displaying issues
« Last post by milen-prg on Today at 14:26:07 »
Some filenames displays strange. For example:
Just create empty file with this name:
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa😭.txt

It not displays at all. I use the default Segoe UI font. (Windows 11 Pro 64 bit).

IMPORTANT!!!: The display way depends on two things:
1. Must have anywhere special UTF symbol like 😭.
2. The display way differs at different name length. For example:

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa😭.txt - do not displays at all (background color)

but little shorter for example:

aaaaaaaaaaaaaaaaaaaaaaaaaaaaa😭.txt - it is shown with strange symbol for the "a" (see the attach).
At most of other length (number of symbols "a"), it displays ok (except the special UTF symbol; not completely research).
2
Support and Feedback / Transfer speeds to USB
« Last post by Ulfhednar on Today at 13:27:23 »
I’m wondering if it’s just me or something that is a general issue.
I'm using v15.8 b3135 on Win11 x64

When using native Windows ctrl+x/c & ctrl+v to move files to attached USB drives I’m seeing very different TX speeds vs MCs’ copy/move commands With same file / hardware - I’m seeing MBs vs KBs on a USB3.0 link which leads me to suspect MC has something slowing the process. 
It starts out OK but then speed drops significantly to KBs using MC but using the MC dialog + win cmds it maintains MBs TX rates.  ???
Applies to NTFS > NTFS & NTFS > exFAT.

Can this be improved/altered?
3
Support and Feedback / Re: New user with questions
« Last post by Jungle on Today at 09:43:38 »
MY ultimate goal, if possible, is to have Multi Commander always open to the specified paths, with a Folder Tree pane open for each, and with the left Explorer Pane having focus.

If you launch MC with the command line params, you can specify User Defined Command.

Code: [Select]
MC.SetActivePanel PANEL=LEFTThis activates left panel.

Code: [Select]
MC.RunCmd ID="ExplorerPanel.41070"This toggles a panel tree. Each panel has its own tree, so it is possible to have some tabs with trees and some -- without.

In the Explorer Panel settings there's an option Display > Tab > Default Settings for new tabs > Show folder tree. So you may open desired tabs, then activate left panel on startup via command line and UDC.

You can get a lot of info in the official online documentation.
4
SDK / Im glad I finally signed up
« Last post by DeliaSee2 on Today at 01:23:28 »
Informasi yang berkualitas, terima kasih.
5
Screen Shots / Just wanted to say Hi.
« Last post by MarianneYh on Yesterday at 23:44:11 »
Informasi yang berguna, salut.
6
Screen Shots / Just wanted to say Hello!
« Last post by RoyalBrock on Yesterday at 22:51:14 »
Setuju, beberapa poin utama yang ditulis dengan jelas!
7
Support and Feedback / Re: New user with questions
« Last post by 2wheelrider on Yesterday at 18:28:01 »
Regarding my question about how to control which panel has focus on startup @Mathias (Author)  wrote:
 
3. I think the panel you specifiy last will be in focus. but use TabSession if you want more control

No joy with either of these suggestions. 
I created two Tab Sessions, each with a different panel having focus but the Right Folder Tree panel always has focus regardless which Tab Session I load.
I then did some tests using the -L and -R command line parameters.  These tests were closes and opens of Multi Commander with different panes active at close.  The Right panel always has focus on startup.  I tested switching the order of the -L and -R parameters but no joy. 

Also, I remain unable to figure out how to have Folder Trees open on startup when using the -L and -R command line parameters.  Please point me to where the configuration option is to enable this.

MY ultimate goal, if possible, is to have Multi Commander always open to the specified paths, with a Folder Tree pane open for each, and with the left Explorer Pane having focus.

FWIW, I am using Windows Explorer compatibility look'n feel.
8
Support and Feedback / Re: New user with questions
« Last post by 2wheelrider on Yesterday at 17:49:59 »
Thank you all for your responses and suggestions.  I will see what I can do from here.
9
Support and Feedback / Re: New user with questions
« Last post by Mathias (Author) on March 17, 2026, 16:15:27 »
1. Advantage is that you can control a lot more and open many many more tabs then from command line
2. Settings for what default configuration new tab should have.
3. I think the panel you specifiy last will be in focus. but use TabSession if you want more control
4. Ctrl+. as you say will sync current path to the other panel. so both are showing same. You can reconfigure that to other key. or creata user defined command so you can access it from a button or what ever.
Use MultiScript you can probably create any other variant you want
10
Support and Feedback / Re: New user with questions
« Last post by Jungle on March 17, 2026, 14:52:14 »
3.  On startup, is there a way to make a specific Explorer Panel always have focus?

You may create a User Defined Command and pass it to MC via command line.
Pages: [1] 2 3 4 5 ... 10