Well instead of just waiting you could attempt to script it yourself, anyway I have cobbled a script together, it may not be the most efficient way, and I only quickly tested it once, but see how you go with it...
edit: Since you have decided to create new topics whinging about MTP I assume you probably already have seen the script that was written for free at your request, and are using it, and just decided to abandon the topic (again!) and not bother even acknowledging it, but if not, it's too late now you missed it.
Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
-
shuklaharshit75
- Posts: 42
- Joined: 10 Aug 2024 10:12
Re: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
Code: Select all
rename s, "-._[]({})%,`*~> ", , , 8; rename r, "\s+ > ", , , 8;; rename r, "\s+(\.[^.]+?$|$) > $1", , , 8; #139; #126; #113;
XYplorer Beta Club