@ASUNDER try the new version of this command, and then use something like this:
LogicRun FILES $all$ GETPROPS {allfilepath$}
[[
FILTERDEF
=$(sizeauto, OR ,sizeauto_text==",")$
]]
[[
COMMANDS
Select FROMSCRIPT DESELECTNOMATCH
]]
or with Everything:
LogicRun FILES $all$ IN {sourcepath$} GETPROPS {allfilepath$}
[[
USEEVERYTHING
size:$(sizeautoEV)$
]]
[[
COMMANDS
Select FROMSCRIPT DESELECTNOMATCH
]]
You can tweak the command(s) to do whatever you want with the results.
More details are in the command’s main post.