使用 telnet + cmd 脚本处理:
@echo off start cmd /k "telnet 10.2.3.29 3000" start cmd /k "telnet 10.2.3.30 3000"
start cmd /k 会打开新的 cmd 窗口执行命令