Search found 1 match

by Dilborg
31 May 2017 07:30
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2012371

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

I'd just like to share some modifications I made the batch file: ============= :Batch portion =========== @echo off setlocal disableDelayedExpansion REM Debug - `0 for debug SET debug=1 REM TESTING parameter output IF %debug%==1 GOTO DB1 ECHO Parameter1: %1 ECHO Parameter2: %2 ECHO Parameter3: %3 EC...