CODE: [Copy to clipboard]@echo off for /f "delims=" %%i in ('dir 路径 /a-d /b /s ^|findstr "6[a-z]*\\[a-z]0607g.xml"') do echo %%i & pause & exit