CODE: [Copy to clipboard]@echo off :_loop set input= set /p input=请输入1并回车: if not [%input%]==[1] goto _loop call another.bat