Search found 1 match
- 11 May 2016 06:09
- Forum: DOS Batch Forum
- Topic: Change doubled quoted text to add further items with double quotes
- Replies: 1
- Views: 2061
Change doubled quoted text to add further items with double quotes
I do have a problem with special char double quote to search for and replace with. 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 accombli...