How to remove the Last Byte os .TXT/ASCII File

  • Thread starter Thread starter KayZer Soze
  • Start date Start date
K

KayZer Soze

A friend have a Batch that generates a .TXT file with a Database
Nobody know why, the Last char of the file is a UNIX-Like end of line (CR+LF
i think)

How can i remove the last char of the file? (In Notepad, the char appears as
a square)

Can i try to convert the Unix-Like TXT file to MS? (i have a utility called
EOL Eon Of Line Converter). It can help?
 
KayZer Soze said:
A friend have a Batch that generates a .TXT file with a Database
Nobody know why, the Last char of the file is a UNIX-Like end of line (CR+LF
i think)
How can i remove the last char of the file? (In Notepad, the char appears as
a square)
Can i try to convert the Unix-Like TXT file to MS? (i have a utility called
EOL Eon Of Line Converter). It can help?

I think a line-end converter is exactly what you need. Some Windows
programs understand the Unix format and others -- most notoriously Notepad
-- do not.
 
Back
Top