Search found 1 match

by zazaza
13 Sep 2022 05:15
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2164894

Re: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets

JREPL.BAT v8.6 bug - not working if \x00 in the replace string working: call JREPL.BAT \x11\x22\x33 \x11\x00\x33 /XSEQ /M /F "test.bin" /O - not working: set "F1=\x11\x22" set "R1=\x11\x22" set "F2=\x33\x44" set "R2=\x33\x00\x44" call JREPL.BAT "%F1% %F2%" "%R1% %R2%" /T " " /XSEQ /M /F "test.bin" /...