好像没有什么批处理是常用的,除了下面这个删除备份和日志文件的。@echo offset n=7for /f "skip=%n% tokens=*" %%i in ('dir/b/a-d/o-d' *.log *.dump') do del "%%i"