Search found 1 match
- 14 Jan 2010 20:38
- Forum: DOS Batch Forum
- Topic: Replace one word with multiple words w/ BatchSubstitute.bat?
- Replies: 1
- Views: 4180
Replace one word with multiple words w/ BatchSubstitute.bat?
I am trying to replace a single word in a file with multiple words (a multi-word string of text). I imagine it's easy but have not yet cracked it. For example, replace the string "Yellow Submarine" with "Blue Submarine" in color.txt and pipe it into a new file called newfile.txt....