For /F “tokens=3” %X in (results.txt) do set MyVar = %X

what does the "/f" and "tokens=3" exactly do?