我们如何使用循环命令,就像下面的例子一样,如果我们输入了错误的密码,它就会一次又一次地要求输入,直到我们输入正确的密码为止。
runas /user:nsrv\john "a.bat"
如果我们输入了错误的密码,它就会不断地要求输入,直到我们输入正确的密码。
哦,我找到了,哈哈哈
:Loop @echo Type password: runas /user:john "a.bat" if errorlevel equ 1 goto :Loop