Re: delete "0D"



You can use a tool like SREP.COM size 8 KBytes
syntax is srep "old_value" "new_value" file_name.ext
But it do not change ascii 3,6,10,13, ans others particular.

So i do a xor 20h on the file then 0D becomes 2Dh

and i can do srep "-" "" filename.ext

then, an other xor 20h on the file.

I try to build a file that replace 2 space by just 1 space, il cost less
than 1 KBytes.
But the file just replace 2 space...
So i prefer srep.com ( a tool made by a french

If you want, i can research my file

"J.Dorval" <J.orval@xxxxxxxxxx> a écrit dans le message de news:
48adadbc$0$908$ba4acef3@xxxxxxxxxxxxxxxxx
Hello,

does exist a tool destroy bytes value "0D" in a file ?
I did not found it with google.



.