1
Support and Feedback / Re: Some apps when using "Show in Explorer" doesn't go in the correct folder
« on: December 10, 2024, 12:14:33 »
I've never performed it myself. Try checking registry keys from this post
MultiCommander v14.2 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.0
SEARCHIN 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.
ADDED - Tab-area will now show a folder icon if tabs in tabarea is full, When clicking on icon a popup list is shown with all tabs
<log>
<application>
<level value="2"/>
<save value="1"/>
</application>
<filesystem>
<level value="1"/>
<save value="1"/>
<copy value="1"/>
<move value="1"/>
<delete value="1"/>
<rename value="1"/>
<mkdir value="1"/>
<extended value="1"/>
</filesystem>
<filesystemscanning>
<show value="1"/>
<level value="1"/>
<extendedscanlog value="1"/>
<save value="1"/>
</filesystemscanning>
<logwindow>
<font FontName="Courier New" SizePT="9" Style="" SizePt="0"/>
<color background="$COLOR_WINDOW" foreground="$COLOR_WINDOWTEXT"/>
</logwindow>
</log>