1
Support and Feedback / Re: Quick filter
« on: May 14, 2026, 02:11:07 »
Thanks, I'm trying claude at the moment. I will try to create an empty filter to quickly clear the filter.
MultiCommander v15.8 is released!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
@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}"