联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off setlocal enabledelayedexpansion for /l %%i in (1,1,20) do md e:\11\%%i set /a wjj=1 :top dir /a-d/b/on *.jpg>1.txt set /a num=0 for /f %%j in (1.txt) do ( if !num! EQU 100 set /a wjj+=1 && goto top set /a num+=1 move %%j e:\11\!wjj!\ )