@ECHO OFF FOR /F "eol=# tokens=1,2 delims==" %%i,%%j in (config.txt) DO ( rem stuff )