youxi01 当前离线
荣誉版主
zhangxiaopeng 当前离线
二级士官
TOP
mggdx 当前离线
for /l %%i in (2,2,200) do md d:\1\%%i复制代码
随风 当前离线
pusofalse 当前离线
梦想种子 当前离线
五级士官
@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)复制代码
@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复制代码
for /l %%i in (1 1 100) do call md %%random:5=%%复制代码
bater 当前离线