Search found 2 matches

by kyouniis
21 Apr 2017 20:34
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2009751

Re: JREPL.BAT - regex text processor - successor to REPL.BAT

Argh. That should not be Your search and replace strings are the same length, and you have properly used the /M option, so the size should not change. I definitely would like to have access to the file so I can test. But I am pretty sure you cannot add an attachment that large to this site. So you ...
by kyouniis
12 Apr 2017 15:40
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2009751

Re: JREPL.BAT - regex text processor - successor to REPL.BAT

I'm trying to replace some bytes with jrepl.bat using this syntax: @echo off jrepl "\x11\x3C\xC9\x31\x01\x0C\x60\x7C\x04\x8E\xD4\x31\x01\x0C\x60\x7C\x04\x8E\xCD\x5A" "\x11\x3C\xCE\x31\x01\x0C\x60\x7C\x04\x8E\xD4\x31\x01\x0C\x60\x7C\x04\x8E\xCD\x5A" /m /x /f dumpin.bin /o dumpout....