@echo off
@for /f "tokens=1,2,* delims==" %%1 in (1.txt) do (
@set t=%%1
@set t1=%%2)
@echo %t%
@echo %t1%
@echo on
echo bea
@echo off
@for /f "tokens=1,2,* delims==" %%1 in (1.txt) do (
@set t=%%1
@set t1=%%2)
@echo %t%
@echo %t1%
@echo on
echo bea