批處理set和if,goto共同使用

@echo off set p=123 ::title 密碼是%p% set n=1 :in if %n%>3 goto wrong set /p a=請輸入您須要登錄的密碼: if %a%==%p% goto right set/a n+=1 goto in :right echo 猜對了,新年快樂! goto end :wrong echo 已經輸過3次了,還不正確
相關文章
相關標籤/搜索