我有一个虚拟密码破解软件,可以玩,我想知道是否有一种方法可以跟踪在给定时间内为其暴力部分的计数器执行了多少命令。谢谢!
答案 0 :(得分:0)
好吧,我明白了。基本上只是按照
的方式做一些事情:idk
set /A count=1 + count
cls
echo %count% commands executed
echo put something here
if %count%==put a number here to stop at (
goto :(next thing)
) else (
goto :idk