Is it possible to Autoselect files that have something particular in their name like for example (1) and then have it auto delete them... or perhaps first try to rename it to without the (1) and then if that fails delete? if so how? Thanks!
I think this will do what you want (try it on some test folders first in case I made a mistake or misunderstood):
rename REGEXP FROM * PATTERN "(.) (1)(.)#" TO "\1\2"
delete '(1')
If any of the files cannot be renamed you'll need to click Skip All once.