76
Feature Requests and Suggestions / Re: remember tab colors / multirename key
« on: March 29, 2020, 16:51:36 »
Tab colors have not disappeared again! Great.
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.
@var $files = GetSelectedPaths(), $n;
@var $s = "";
for( $n=0; $n<arrayCount($files); $n++ )
{
$s = $s + "\"" + $files[$n] + "\" ";
}
$s = "c:\myprog.exe " + $s;
MC.Run CMD={$s}
Hi Mathias, dunno if you were talking to me, shift drag only does a move here, and ctrl drag does a copy.
But that is normal Explorer (and other file commander) behaviour