有的时候不加关闭回显命令会把会把调试命令的过程输入结果里面。
@echo off
(for /f "delims=" %%a in (1.txt) do echo.%%a|findstr /ibv "SERVER_IP="||echo.SERVER_IP="123.456.789.123")>$&&move $ 1.txt
(for /f "delims=" %%a in (1.txt) do echo.%%a|findstr /ibv "SERVER_IP="||echo.SERVER_IP="123.456.789.123")>$&&move $ 1.txt