Copy only files marked 'ready to archived'

Hi, quick question:
How do I write a command that copies only files marked 'ready to archived'?

Thanks.

Your quick question is rather vague in regards to what you actually want to do so I can only offer a general suggestion. You could use a button like below to hide all the files that do not have their archive attribute set, and then select everything else before copying. That command could be something like the following:

Set SHOWFILTERATTR A Select TYPE=files All

Or you could create and save a find filter that would select only the files that have their archive bits set, and then use that filter in a button. See the following screen grabs for that.



Thanks... Sorry for the lack of details. I simply meant that I want to automatically copy all the files that Archive attribute turned on, from the source to destination.

Your screens are exactly what I was looking for, I wasn't aware those filters can be saves and later used to Select. That will do it.

Thanks!