I don' think XY can do this natively, but if so, please redirect this post and let me know.
I think it requires a script with regexp; something I'm clueless about. Can any/someone help out there?
Code: Select all
foreach($shortcut, quicksearch("* - shortcut* /f"), <crlf>, "e") {
renameitem(replace(gpc($shortcut, "file"), " - shortcut"), $shortcut);
}