Bump up, Brother everest79, please help when you see it
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
tel.cmd
@ECHO OFF
ECHO .
ECHO .
ECHO .
ECHO .
ECHO Note: The remote batch configuration is about to start, please close other executable programs
ECHO Note: Do not use the mouse and keyboard during the configuration process
ECHO .
ECHO .
ECHO .
ECHO .
Press any key to start EIA remote batch configuration
pause>nul
for /f %%i in (list.txt) do start telnet %%i && cscript //nologo telsvr.vbs %%i && echo %%i done!>>log.txt
ECHO Batch configuration completed
pause>nul
telsvr.vbs
set tel=WScript.CreateObject("WScript.Shell")
temp=WScript.Arguments.Item(0)
WScript.Sleep 5000
tel.SendKeys "admin{ENTER}"
WScript.Sleep 1500
tel.SendKeys "admin{ENTER}"
WScript.Sleep 1500
list.txt
192.168.0.1
192.168.0.2
192.168.0.3
……
Modify list.txt according to the actual situation