Recent Posts

Pages: 1 2 3 [4] 5 6 7 8 ... 10
31
After MC V16 update when I opened Core Settings, everything is hidden quickly after a refresh, I can't view anything in here anymore. It was working before I think. Explorer Panel Settings is unaffected (I can see the controls properly.) I'm using MC Portable Beta on Windows 10 Enterprise if it helps. Is it only me having this issue ?!
P.S: No ! Now when I clicked "Show Hidden/ System Files Folders" icon (it was hidiing before) all my Tab files & folders disappeared !! & it's not toggling anymore. Now my MC Config File has become corrupt after re-opening 'cause I wanted to relaunch & see if the folder contents was appearing again after a relaunh. Also, it showed me the "Layout Look And Feel" Dialog before saying the Config is corrupted. Is there a solution ?
32
Beta Releases / v16.0 Beta
« Last post by Mathias (Author) on April 24, 2026, 15:13:47 »
V16.0 - Lots of changes

Biggest change is an internal rewrite of the fileoperation engine (The thing that handles copy,move,delete,unpack,pack)
In Core settings under Filesystem > Tweaks. you can disable it if you got any issue.

The new rewrite will allow for new features for the copy engine. some of them already here.
Like Block cloning if you copy to/from same device that is using ReFS. (Copy files of any size in a second)

 

v16.0 BETA

  -- Build 3154 - 2026-04-25
  FIXED - If MultiCommander.xml got corrupted. Now it will detect that. and try to recover it.
  FIXED - If it fails to load MultiCommander.xml, it will turn on logging and show the logview, so user know why it failed to start.
  FIXED - Definition for Core settings page was wrong. so no setting was shown. This could then cause that MultiCommander.xml settings file got corrupted.

  -- Build 3151 - 2026-04-24
  FIXED -  MultiFieViewer - Fixed issue with grep tool and copy selected text to clipboard. Will now not include hidden lines
  FIXED -  MultiFieViewer - Better auto detection of UTF-8 Files
  ADDED  - MultiRename/InlineRename can now rename into a subpath. eg: MyFile.txt => SubFolder\MyFile.txt
  FIXED  - MultiRename - Fixed [N,-2] From 2nd-from-last char to end (was broken, returned empty)
  FIXED  - MultiRename - Fixed [N,5-] From char 5 to end using trailing-dash syntax (was misread as first 5 chars)
  ADDED  - MultiRename - New date/time tags using the file's write (W) or create (C) timestamp instead of today's date/time.
           [YW] / [YW2]  - Write year (4-digit / 2-digit)
           [YC] / [YC2]  - Create year (4-digit / 2-digit)
           [MW2] / [MC2] - Write/create month (zero-padded)
           [DW2] / [DC2] - Write/create day (zero-padded)
           [hW2] / [hC2] - Write/create hour
           [mW2] / [mC2] - Write/create minute
           [sW2] / [sC2] - Write/create second
  ADDED  - MultiRename - New multi-level parent folder name tags.
           [FL1]   - Immediate parent folder name (same as [F])
           [FL2]   - Grandparent folder
           [FL3]   - Great-grandparent folder
           [FL2,2] - Grandparent folder name, starting at char 2
           [FL22-] - Level 2, from char 2 to end
           [FL23]  - Level 2, first 3 chars
  ADDED  - MultiRename - New weekday tags.
           [WD]   - Abbreviated weekday in English (Mon, Tue, Wed, Thu, Fri, Sat, Sun)
           [WDN]  - Full weekday name in English (Monday, Tuesday, ... Sunday)
           [WDL]  - Abbreviated weekday in the OS/user locale language
           [WDNL] - Full weekday name in the OS/user locale language
  ADDED  - MultiRename - New random number tag.
           [R]  - 6-digit random number (default)
           [R4] - 4-digit random number (any digit count)
  CHANGE - MultiRename - Code cleanup and minor fixes
  ADDED  - MultiScript supports the ternary operator (e.g. $a = $b ? $c : $d)
  ADDED  - MultiScript supports a "foreach" loop for iterating through arrays and collections. (e.g. foreach $item in $array { ... })
  ADDED  - MultiScript supports new functions: Pow, abs, clamp, IsNumeric, StrStartsWith, StrEndsWith, StrContains, StrFormat, StrPadLeft, StrPadRight, StrCount, StrRepeat, ArrayReverse, ArraySlice
  ADDED  - MultiScript supports boolean operators AND / OR / NOT.
  ADDED  - MultiScript now handles operator priorities correctly, so parentheses are not required for expressions like 2*3+2 to evaluate correctly. (Parentheses can still be used if desired)
  ADDED  - FolderTree now has a setting to show links (Symlinks/Junctions) either as links or resolved to the target they point to. (Default is to show them as links)
  ADDED  - Search field at the top of the Settings pages, allowing you to quickly find the setting you are looking for.
  FIXED  - Fixed issue with overwriting files whose name starts with a dot (e.g. ".file") when copying over a network to a Linux machine.
  ADDED  - Experimental read/write strategies for local file copy operations (opt-in in Core Settings).
           Uses Windows Overlapped IO or IOCP, letting the Windows kernel handle read/write operations and threading.
           Because the transfers are managed by Windows, separate Read/Write speed stats cannot be shown in the file operation progress window.
  ADDED  - Added support for copying file permissions (ACL) on NTFS/ReFS file systems.
  ADDED  - File copy on the same ReFS volume can now use the "Block Clone" method, making it possible to duplicate files of any size without using extra disk space.
  ADDED  - New file operation code path for Copy/Move/Delete/Unpack/Pack operations. Major restructuring of the code for better stability and future features.
           This is a significant change and may cause some issues, but it should be more stable, faster, and allow for better automated testing and future improvements.
           (It is possible to switch back to the old code path in Core Settings if issues arise, but this is not recommended as the old code path will be removed in a future version)
  CHANGE - Lots of code cleanup and restructuring for better stability and future features.
  FIXED  - 30+ stability issues

33
Support and Feedback / Re: Video: Bit Rate Column Value
« Last post by Mathias (Author) on April 24, 2026, 09:02:17 »
No settings.. There can't be a settings for everything..
Most thing in the computer world is divided by 1024. So I guess it is a bug.
34
Support and Feedback / Video: Bit Rate Column Value
« Last post by rcg530 on April 23, 2026, 22:23:47 »
I've recently started using Multi Commander on my Windows 11 computer. I deal with a lot of video files [mainly from dash cameras]. I've updated the column list to include the video "Bit rate" column.

I have found the value displayed in that column is the raw value divided by 1024 bits when it shows the value. Windows File Explorer, MediaInfo, ands ffprobe will display a value that is the raw value divided by 1000.  I cannot find a configuration setting to adjust the 1024 to 1000 like I can for other settings [Free Space].

For example:
Windows File Explorer [Data Rate]: 30308 kbps
Windows File Explorer > Properties > Details [Data rate]: 30308 kbps
Mediainfo [Video > Bit rate]: 30.3 Mb/s
ffprobe [Video]: 30308 kb/s
Multi Commander SE v15.5 (build 3103) > Video [Bit rate]: 29598 kbps

30308 * 1000 = 30308000 bits/sec
30308000 / 1024 = 29598 kbps as displayed in Multi Commander

Have I missed a setting to select 1000 to be the divisor for calculated bit rate value?

Can this be made available as a setting?

Thanks!
35
This is a problem with the snap to feature of Windows. If you snap to top, bottom, left or right of screen it will not remember window position. Snap to can be disabled in windows/settings/system/multi-tasking.
36
Support and Feedback / Re: How can I disable Full row select?
« Last post by Matthias515566 on April 15, 2026, 22:22:31 »
Nobody need this.

there is no "empty space" to click

Why do you want to click in empty space? This is useless. There are other ways to get what you want in your empty space.
37
Support and Feedback / How can I disable Full row select?
« Last post by SeeKing on April 15, 2026, 12:49:35 »
I came across:
https://forum.multicommander.com/forum/index.php/topic,1401.msg5058.html#msg5058
in search of what i want, i.e., How can I disable full row select?
But I couldn't ind the solution there.

It is really annoying (at least for me) , there is no "empty space" to click, whenever i click, it selects a file/folder in that row.
I want , like windows File manger and total commander,  when I click some "empty space" nothing get selected.deselected.

Nothing more, all I want to know:
How can I disable full row select?
38
Support and Feedback / Re: Configuring TeraCopy
« Last post by mgigli on April 14, 2026, 20:22:10 »
I have one more question: would it be too difficult to add the option to send the list as one file per line instead of separated by a space? Several copy software programs use this format.
39
Support and Feedback / Re: Configuring TeraCopy
« Last post by total_annihilation00 on April 13, 2026, 12:48:34 »
On my computer when I initiate a paste operation (cut/ copy) I get a Menu Popup asking whether to paste using Windows Explorer or the faster TeraCopy (I use it mostly for copying/ moving files to & fro my USB stick.)
40
Support and Feedback / Re: Configuring TeraCopy
« Last post by Jean on April 12, 2026, 10:14:10 »
I'm using this snippet to send selected files to a rename tool of my own which picks up the file when started.

@var $files = GetSelectedPaths();
@var $filename = "c:\in\file_list.txt";
SaveArray($filename, $files, 1,  1);
MC.Run CMD={"C:\Tools\Rename\Win64\Debug\Rename.exe"};
Pages: 1 2 3 [4] 5 6 7 8 ... 10