Rename with `FROM` and `PRESET`

Can Rename be used with FROM and PRESET at the same time?

This doesn't work:

Rename FROM *.jpg PRESET="testpresets"

This does (but execution will stop if Select picks no file):

Select *.jpg
Rename PRESET="testpresets"

Would I have to use a script instead?

This will work correctly in the next update.