I did a search on the board but couldnt find what I was looking for but I know this must be a common issue so my searching must just stink.

Anyways what I want to do is move files based on the creation date of the file... I want to use SerialDate() to move files based on date-60 days. I understand the part about performing the math to get $COPYDATEbut I dont understand how to say something to the effect of ....

code:
 COPY *.* (WHERE DATE IS BEFORE $COPYDATE) 

Any help is appreciated..

Thanks
_________________________
Austin Henderson