Multiple Internal Commands?

How/Can multiple Internal Commands be strung together? (just using "AND" ?)

I cannot find it noted in the documentation and wish to create a toolbar button that renames items.

Source: Rename (gpsoft.com.au)

So far I have a button that runs:

Rename FINDREP PATTERN="jones" TO="smith" REGEXP IGNOREEXT WHENEXISTS=ask

I wish to clean items to:

  • replace two or more consecutive spaces with one space character
  • replace "%20" with one space character
  • replace "+" with one space character

Is the REGEXP method preferred in this situation?

Multi-command buttons/hotkeys are only possible in Pro, but if you just want a button/hotkey which does several rename steps on the same files then you can create a Rename Preset which uses a script, and the script can do as many changes as you want to the filenames.