Create Date: Nov 27 2013 2:16AM
I wonder how did you have the LF added to your text file because that is a non printed character.
I have created a simple script to add that to the file and it worked really well.
Download the attached file (right-click, Save Target As) and remove the "txt" extension, then try it.
Do not modify the file yet - just try it first to see that if works. To modify it, open it in a text editor (SciTe, Notepad + or other editor which allows you to see the end of line characters). Modify the file and keep the LFs at the end. Once you save it - check it again to see if the LFs haven't been replaced with CRLFs, then run it again.
Or easier if you're even a bit familiar with VisualBasic or any other scripting language:
- have the text file ready with the text you want
- write a short VB script to
- read the file
- replace CRLF with LF
- save the file
job done
🙂
banner.xsf.txt (from Eugen_NAIMAN)