51
Support and Feedback / Re: dragging a file over the tabs area.
« on: September 19, 2020, 20:24:15 »
Maybe you could make it so that if you press shift when dragging, it won't change the tab. That way one would have both ways.
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.
[red]
c:\in
d:\in
or
c:\in=red
etc or something like that.
@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}