41
Support and Feedback / Re: Quick filter
« Last post by mgigli on May 09, 2026, 21:47:24 »I know it's a bit of a hassle, but is there any way to do this with a single key? For example, by using an internal command that I assign to a key?
MultiCommander v15.8 is released!
@var $listfile = TranslateEnvString( "%TEMP%" ) + "\\tc_list.txt";
@var $paths = GetSourceSelectedPaths();
@var $target = GetTargetPath();
SaveArray( $listfile, $paths, 1, 1 );
@var $args = "Copy *\"" + $listfile + "\" \"" + $target + "\"";
MC.Run CMD="C:\Program Files\TeraCopy\TeraCopy.exe" ARG="{$args}"
As I said above.. Single file zip was the issue. There is an optimization for zip with only a single item in them, and it did not create the target path if it was missing.I can extract a zip with subfolders and they are created. Can you explain what you are doing.. What do I have to do to reproduce it ?Simply select the ZIP file without opening it and extract it with Alt+F6. Then the main directory with the name of the ZIP file should be created in the target directory, and this should also work for multiple ZIP files at the same time, if I’m not mistaken. In any case, the main directory named exactly like the ZIP file is not created, and the error message appears instead. Edit: "Unpack Archives into individual Folders" have to be enabled.
I can extract a zip with subfolders and they are created. Can you explain what you are doing.. What do I have to do to reproduce it ?Simply select the ZIP file without opening it and extract it with Alt+F6. Then the main directory with the name of the ZIP file should be created in the target directory, and this should also work for multiple ZIP files at the same time, if I’m not mistaken. In any case, the main directory named exactly like the ZIP file is not created, and the error message appears instead. Edit: "Unpack Archives into individual Folders" have to be enabled.
The error described above bothers me too. I have also noticed that when extracting with Alt+F6, directories are no longer created automatically, and instead an error message appears saying that the target path does not exist.
Well As written in changelog. entire fileoperation engine is redone so errors in that is expected..
But I can't reproduce this. I can extract a zip with subfolders and they are created. Can you explain what you are doing.. What do I have to do to reproduce it ?
The error described above bothers me too. I have also noticed that when extracting with Alt+F6, directories are no longer created automatically, and instead an error message appears saying that the target path does not exist.
The settings for new tab works.. t must be that custom column layout overrides it and cause it to reset it.
because that happens after. And I think it does not work because of another bug that was fixed. so it worked because something else was broken.


MC.Explorer.Sort COLNAME="Date" ORDER=DES