@echo off set input= set /p input=按E执行按Q退出: if /i "%input%" equ "E" ( goto :exec ) else ( goto :eof ) :exec echo 执行 pause复制代码