I have another program that creates a text file which I automatically email with another program.
The problem is that this program always puts a carriage return at the end of any file it makes.
Basically want I want is some command that will subtract either the last symbol in the text file or remove "".
What I think I'm looking for is a negative append... if such a thing exists.
something like:
Echo somethingthatsubtracts >> text.txt
How to modify text file?
Moderator: DosItHelp
-
- Posts: 11
- Joined: 02 Jul 2008 07:42
The author has been removed this message.
Last edited by carlitos.dll on 30 Sep 2011 22:45, edited 1 time in total.