wei/sh/logseq_del.bat
2026-06-26 10:10:40 +08:00

6 lines
271 B
Batchfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@echo off
set SrcDir=C:\test
set DaysAgo=0 %日期自定义此处代表0天前%
forfiles /p %SrcDir% /s /m udpseq* /c "cmd /c del /f /q /a @path"
forfiles /p %SrcDir% /s /m INFO_* /c "cmd /c del /f /q /a @path"
forfiles /p %SrcDir% /s /m quote.log.* /c "cmd /c del /f /q /a @path"