The file is probably Unicode encoded and has a Byte Order Mark (BOM) at the start that is throwing off the batch processor.
Save it as an ASCII file and you should be OK. You can do this in notepad
– select Save As...
from the File
menu and ensure that the Encoding
dropdown is set to ANSI
.