
Patrick B. answered 06/23/19
Math and computer tutor/teacher
You can subtract the CR+LF value from the checksum...
But the receiving computer will also include the CR-LF in it's calculation of
the check sum as well, so it should still be the same...
You may have to go down to the C/C++ level in order to accomplish this, as
I do not see any native DOS command that truncate or trim strings.
DOS batch commands are not suited for string handling.