happy886rr 当前离线
等待验证会员
TOP
sishentibu 当前离线
上等兵
@echo off if %1=="" exit set n=1 (for /f "delims=" %%i in ('type %1') do ( call,echo @echo ---第%%n%%行--- set /a n+=1 set /p =%%i<nul echo,&echo pause^>nul&echo, ) )>.\正在调试_%~nx1 start .\正在调试_%~nx1复制代码
WHY 当前离线
上校
@echo off set /p=<nul >url.txt for /f %%i in (dnsserver.txt) do ( echo %%i>>url.txt echo %%ipage/2/>>url.txt echo %%ipage/3/>>url.txt) pause复制代码