use "Forfiles" dos command to trace the n of days old created file. for ex. use the below command
Forfiles -p "C:\Work Data\Len's Files\Data\Quicken\BACKUP" -s -m *.QDF-backup /D "-14" /C "cmd /c del /q @path"