CODE: [Copy to clipboard]@echo off for /f "tokens=5" %%a in (a.txt) do set size=%%a echo %size% pause