摘要: @echo off set input="list.txt" set srcDir="%1" set /a fileCount=10 set /a curIndex=0 set line= setlocal enabledelayedexpansion :: 创建一个空的文件 echo. 2> %input% for /f %%f in ('dir %srcDir%\*.jpg ... 阅读全文
posted @ 2017-02-09 21:45 silverbullet11 阅读(211) 评论(0) 推荐(0) 编辑