Lesen Sie eine Datei in Batch
FOR /F %%i IN (file.txt) DO @echo %%i
Poor Pigeon
FOR /F %%i IN (file.txt) DO @echo %%i