CODE: [Copy to clipboard]@ECHO off :int set pass=0 set /P pass=请输入: if "%pass%"=="z" goto end goto int :end pause exit