I do have a text file with content:
attribute1="X" attribute3="X"
which should be replaced by:
attribute1="X" attribute2="X" attribute3="X".
How is this to be accomblished? I really didn't get it.
![Crying or Very sad :cry:](./images/smilies/icon_cry.gif)
Could someone help me out here?
I tried it that way:
Code: Select all
Jrepl.bat "(attribute1=\qX\q attribute3=\qX\q)" "attribute1=\qX\q attribute2=\qX\q attribute3=\qX\q" /M /X /I /F %basepath%%1 /O %basepath%%1_CORRECT
Best regards and many thanks for help.