Search found 2 matches
- 04 Mar 2015 12:52
- Forum: DOS Batch Forum
- Topic: Replacing Double Quotes using BatchSubstitute
- Replies: 5
- Views: 6343
Re: Replacing Double Quotes using BatchSubstitute
I am trying to do something like this: BatchSubstitute.bat """" "" filein.txt > fileout.txt I have data similar to this: "Red","Blue",1,2,3,"Green" And, want those double-quotes to be replaced with empty strings, i.e. Red,Blue,1,2,3,Green T...
- 04 Mar 2015 10:52
- Forum: DOS Batch Forum
- Topic: Replacing Double Quotes using BatchSubstitute
- Replies: 5
- Views: 6343
Replacing Double Quotes using BatchSubstitute
Hello,
What is the magic parameter to use in BatchSubstitute to replace double-quotes (") in a string? I have tried all manner of escape characters, and I cannot replace the double-quotes throughout my file.
Thanks,
Steve
What is the magic parameter to use in BatchSubstitute to replace double-quotes (") in a string? I have tried all manner of escape characters, and I cannot replace the double-quotes throughout my file.
Thanks,
Steve