Multi Commander Support Forum
Multi Commander => Support and Feedback => Topic started by: blitz999 on October 12, 2016, 23:44:32
-
Hi,
I've just started using Multi Commander and I am trying to setup buttons to emulate two functions found in Total Commander. These are, 'Select all Files' and 'Select all Folders'. I found an old post stating the two options (ONLYFILES & ONLYFOLDERS) would be created to accomplish this. Although I have found those two options, I have so far been unable to successfully accomplish this using the MC.Explorer.Select or MC.Explorer.Selection.Select. parameters. I have also been unable to find examples of these two options in the Multi Commander documentation or on this forum.
Any examples would be greatly appreciated.
Thanks in advance.
-
Try adding
FILTER=*
So the command should look like
MC.Explorer.Select ONLYFOLDERS FILTER=*
-
Thanks Jungle,
Your solution worked :)
I was placing the "FILTER" option ahead of the "ONLYFILES" & "ONLYFOLODERS" options >:(
Thanks once again for your quick reply!