@echo offfor /f "tokens=1-3" %%a in (Lat.dat) do (set "x=%%~a"set "y=%%~b"set "z=%%~c")echo x:%x% echo y:%y%echo z:%z%pause