@ECHO OFF cd /d %~dp0 REM 最終更新日が61日以上前のファイルを削除します。 forfiles /p "sqllog" /S /d -61 /c "cmd /c del /F /Q @path" exit 0