Izin melalui file teks dengan batch spasi

FOR /F "usebackq tokens=* delims=" %%x in ("C:\Users\someuser\VirtualBox Log\log.txt") DO SET read=%%x
FanieltheFan