1
Feature Requests and Suggestions / Multiline tabpanel
« on: December 06, 2019, 14:35:59 »
I ask for the possibility to have an option to be able to choose a multitab explorer like the one in the attached image.
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 $comp = "COMP-ACU2.bat";
@var $arr = GetSelectedFileNames();
@var $count = arrayCount($arr);
@var $n;
for( $n = 0; $n < $count; $n++ )
{
@var $item;
$item = PathGetNamePart( $arr[$n], 1 );
MC.run CMD="COMP-ACU2.bat" ARG="{$item} DEBUG" SHELL;
}
MC.run CMD="COMP-ACU2.bat" ARG="{$item} DEBUG" SHELL
Script engine error - Line : 8, Error : -1 => Code : "MC.run CMD="COMP-ACU2.bat" ARG="{$item} DEBUG" SHELL"