CODE: [Copy to clipboard]@echo off for /f "tokens=1,2 delims=:" %%i in (test.txt) do ( echo %%i %%j ) pause