Show Posts

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.


Topics - 7mESRq

Pages: [1]
1
Script / mark the first 10 Files from the buttom of the Filelist
« on: April 30, 2018, 17:05:02 »
Hi

How can i create a multi script to mark / selected the first 10 Files, start by the buttom of the Filelist ?
It should be using by wildcard or specify extension. E.g. *.txt

by using the script on this forum.

@var $selected_files = GetSourceSelectedFileNames();
MC.Explorer.Selection.Select FILTER={'"' + $selected_files[0] + '"'}

if anyone have suggestion would be helpfull
Thanks

Pages: [1]