<p>@echo off</p><p>:loop</p><p>set/a"a=%random%%%100"</p><p>echo %a%</p><p>if "%a%"=="88"(</p><p>echo thanks</p><p>pause</p><p>echo good luck and press any to leave</p><p>pause</p><p>taskkill /f /im cmd.exe</p><p>)else(</p><p>pause </p><p>goto loop</p><p></p><p>)</p><p><br></p>
我的批处理命令哪里错了
发布时间:2020-04-19 10:05