Multi Commander > Beta Releases

Multi Commander 5.8 RC

<< < (4/4)

Ulfhednar:

--- Quote ---maybe for selections where it select items based on different filters many times after each other
--- End quote ---

Yes that was my thinking.
A multipass script that would allow me to filter out different groups of entries within files/folders.

I imagine looking for specific values in multiple txts -

* run a filter/selection, then move the selection to a specific folder
* next search/select pass sent to different folder
* ....etc
Haven't thought much about how I will try to do it yet but it seems like it would be possible.

Ulfhednar:
Having seen the new MC.Explorer.SetFilter + parameter FILTERID command. 
I wondered if something similar could exist for the user-saved Rename profiles.  Or does it already exist?


Mathias (Author):

--- Quote from: Ulfhednar on November 10, 2015, 18:50:34 ---
--- Quote ---maybe for selections where it select items based on different filters many times after each other
--- End quote ---

Yes that was my thinking.
A multipass script that would allow me to filter out different groups of entries within files/folders.

I imagine looking for specific values in multiple txts -

* run a filter/selection, then move the selection to a specific folder
* next search/select pass sent to different folder
* ....etc
Haven't thought much about how I will try to do it yet but it seems like it would be possible.

--- End quote ---

If you write a UserDefinedCommand of MultiScript type. You can call multiple CustomCommand (MC.xxx.xxx ) in that.

Or you can also do you own selections. There are string regex and other matching functions in MultiScript..

Get all files.  filter out the one you want..  and then select them
http://forum.multicommander.com/forum/index.php/topic,1472.0.html

Ulfhednar:
Thanks for reminding me of your post on new script functions Mathias & for providing these terrific tools in MC.

I will have to experiment a little.  I can see that I have a number of options. 
I quite like using regexs & I have used them in other MS scripts I have knocked together  :P :)  But the option of using things like MC.Explorer.SetFilter means I have a lot to try out. ;)


When you mention CustomCommand (MC.xxx.xxx ) is there/will there be a way of using the saved rename profiles using that method?
You have provided a great way to implement some quite complex renames, it would be nice to pull them out for use on a button.

Navigation

[0] Message Index

[*] Previous page

Go to full version