'robocopy Script to copy files with specific characters in them

I created a super basic robocopy

robocopy C:\temp F:\temp /xo 

However I want to copy files from C:\temp that only contain the number "852" in them. These are logs for a on side program we use however there is 1000s of files but only need to capture the ones that have 852 in them. Then I want to run this via task scheduler once a week. Anyone know if this is possible?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source