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

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?
 
G

Gary Smith

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top