26
Feature Requests and Suggestions / Re: Internal zip vs empty directories
« on: January 01, 2025, 20:28:54 »
7zip supports zip
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.
2024-12-06 10:26:39.056 Execute file item : "x:\path\file.pdf"
2024-12-06 10:26:39.076 ShellExecute returned without any errorÉdition Windows 11 Professionnel
Version 23H2
Build du système d’exploitation 22631.4460
Expérience Windows Feature Experience Pack 1000.22700.1047.0SEARCHIN is wrong.. one quote for them all.. not for each
view issue I don't know. look like after some windows update on some system, some ppl have seen that issue.. Not been able to recreate that
MC.FileSearch.Search SEARCHFOR=*.txt AUTOSTART HIDE SEARCHIN="c:\temp\22";"c:\temp\33\"I had problems with defining multiple search paths in the MC.FileSearch custom command's options. What is the correct syntax for that?
MC.FileSearch.Search SEARCHFOR=*.txt AUTOSTART HIDE SEARCHIN="c:\temp\22";"c:\temp\33"
@var $current_dir = GetSourcePath();
@var $path_parts = StrSplit( $current_dir, '\' );
@var $parts_count = arrayCount( $path_parts );
@var $i = $parts_count - 3;
@var $path_tail = "";
for( $i; $i < $parts_count; $i++ )
{
$path_tail = $path_tail ^ $path_parts[$i];
}
MakeDir( $current_dir ^ 'A16' ^ $path_tail, "LOCAL,RECURSIVE" );
MakeDir( $current_dir ^ 'AGFT' ^ $path_tail, "LOCAL,RECURSIVE" );
BTW: dropping multiple files on a quick launch bar item only sets the first file as parameter, the other files are ignored.