Re: Problem with optimisation

by Keet » Tue Feb 24, 2026 8:00 pm

Windows has PowerShell scripts, almost as powerful as Bash scripts. Look it up. For basic functions like copy, move, etc it's pretty simple. A loop (iteration) is also not that difficult.
If you use this type of actions often or you have a whole lot of objects to go through than it is worth the effort. I usually just create a little C# routine, basically the same, just another language.