I want to move some specific files that match a reg ex an only those
I couldn't figure it out and used a work around
1) rename all files matching the reg-ex to 00x, then using Numbering(10) to add a number to all files
2) The moved all files starting in 00x manually (windows explorer sort is fast for 10000+ files)
3) remove the added numbers with Remove(5) from remaining files
This works, but the massive downside is that I use the original filenames.
How do I work with (2)-(11) only on files that match RegEx(1) ?