Search found 1 match
- 12 Nov 2020 11:39
- Forum: DOS Batch Forum
- Topic: jrepl: replace + append in cmd file
- Replies: 1
- Views: 3296
jrepl: replace + append in cmd file
Hey there. In a cmd file I need to - replace one string with another in a txt file - append string '.jpg' to every single row of the same txt file I've done the first part with set "excludeFile=C:\BBB\CCC\list.txt" set "newExcludeFile=C:\BBB\CCC\list_new.txt" set "SEARCHTEXT=\AAA\" set "REPLACETEXT=...