梦想种子 当前离线
五级士官
@echo off setlocal enabledelayedexpansion :loop set a=!random:5=! if not defined !a! ( set !a!=a&md !a! set /a c+=1 if !c! lss 100 goto loop)复制代码
TOP
@echo off :0 set /a c+=1 :1 call md %random:5=%0 if %c% equ 100 exit goto %errorlevel%复制代码
:0 @md %random:5=%0&&set/ac+=1,a=c/100 @goto %a% :1复制代码