Trev
The Dumb One
I know.That's not how it was meant


I'll look into Chrome's popup. But still leaves the bit about the text not saving? Works OK in IE and get the popup.
I know.That's not how it was meant
Does the folder contain a hidden file called '.sweeper'. If so, try removing it.I have a sub folder that has the sweeper icon against it, but there are no sweeper rules set. How can I remover the erroneous sweeper icon?
I have read, but perhaps not understood. Here is my problem:
# Remove Title New: prefix
global title New: action {settitle {%orig%replace,New: ,,}}
# Remove Filename New_ prefix
global filename New_ action {renamefile {%orig%replace,New_ ,,}}
# File Datestamp DD MMM YY
global filename *20[0-9][0-9][0-9][0-9][0-9][0-9]_* action {renamefile {%title %2digitdate-%2digitmonth-%2digityear %hhmm}}
# Filenam Remove _
global filename _ action {renamefile {%orig%replace,_, ,}}
Presumably you have seen the sweeper 'commands' HERE
I think that's the regular expression code for any number of spaces (including zero). If so, those rules are substituting a "" (null string) for "New:" or "New_" (with a trailing space if present) - thus also eliminating the space.And perhaps someone could explain what the switch \s* does. I don't have it in mine and they work.