
| Quote: | |
|
附件 1:号码列表.rar (2007-4-4 07:06, 48.07 K,下载次数: 20)
CODE: [Copy to clipboard]@echo off
set /a count=0
set /a t=1
for /f "delims=" %%a in (test.txt) do call :doit %%a
goto :eof
:doit
set /a count+=1
echo %1 >>%t%.txt
if %count% geq 400 set /a count=0 && set /a t+=1
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |