用runas命令提示符(cmd)循环。

问题描述 投票:0回答:1

我们如何使用循环命令,就像下面的例子一样,如果我们输入了错误的密码,它就会一次又一次地要求输入,直到我们输入正确的密码为止。

runas /user:nsrv\john "a.bat"

如果我们输入了错误的密码,它就会不断地要求输入,直到我们输入正确的密码。

loops input passwords command runas
1个回答
0
投票

哦,我找到了,哈哈哈

:Loop
@echo Type password:
runas /user:john "a.bat"
if errorlevel equ 1 goto :Loop
© www.soinside.com 2019 - 2024. All rights reserved.