Search found 4 matches

by dalewz
12 Jul 2022 12:03
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2165632

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

Steffen, your script works well. but this in one line does not work: for /r "..\Installers" %%i in (*_Release.iss) do call %jrepl_cmd% "(\d{1,})\.(\d{1,})\.(\d{1,})\.(\d{1,})" %FINALVERSION% /f "%%~i" /o - separately they work well: for /r "..\Installers" %%i in (*_Release.iss) do echo "%%~i" call %...
by dalewz
09 Jul 2022 14:56
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2165632

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

Steffen, Your change is causing this "The filename, directory name, or volume label syntax is incorrect." This means we cannot read the input files properly. Please ignore "Current branch not provided" as i disabled this part of the script. the main focus is how to read multi files in one line scrip...
by dalewz
09 Jul 2022 06:27
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2165632

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

Hi Steffen, Thank you for your help. I tried it but reported input error: "The filename, directory name, or volume label syntax is incorrect." buildinstallers-2F-1.PNG the change is in the left. the original is on the right. Also, the folder has two iss files: one for release, the other for debug. t...
by dalewz
08 Jul 2022 05:48
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2165632

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

Hi Experts, We are using JREPL.BAT v8.6 to build our installers. We have a team who add new folders/files under installers folder. every time they did this, we needed to modify the script. Could Jrepl.bat takes multi input files by using a wild char? here is the script: call %jrepl_cmd% "(\d{1,})\.(...