Try this code, I'm not that flash with batch scripting in Windows but it worked for me.
Code:
for /f "delims=[]" %%i in (input.txt) do (
@echo %%i
)