コマンドプロンプト(PS) 更新日付でファイルを指定&操作

forfiles /d -13 | Out-File -FilePath "test.txt"

FORFILES /P 削除対象パス /d +日付 /C "cmd /c rmdir /s /q @file"
FORFILES /P 削除対象パス /d +日付 /C "cmd /c move @file 移動先パス"