CODE: [Copy to clipboard]@echo off for /f "delims=" %%i in ('findstr /i .* %~nx0') do echo %%i echo 哈哈,怎么样?echo也行吧! echo.