Search found 6 matches

by dragonfly
20 Dec 2010 07:21
Forum: DOS Batch Forum
Topic: Search and Replace Quotes
Replies: 11
Views: 13210

Re: Search and Replace Quotes

Awesome. That works like a charm. Thanks SO much!
by dragonfly
20 Dec 2010 04:53
Forum: DOS Batch Forum
Topic: Search and Replace Quotes
Replies: 11
Views: 13210

Re: Search and Replace Quotes

Ok. That works GREAT except...

Here is my test file:

19"
19 feet
20"TV

The output I get is:
19
19 feet

Any thoughts on why I lose the last line?
by dragonfly
19 Dec 2010 21:38
Forum: DOS Batch Forum
Topic: Search and Replace Quotes
Replies: 11
Views: 13210

Re: Search and Replace Quotes

I see a bunch of strange characters. What is this?
by dragonfly
19 Dec 2010 17:05
Forum: DOS Batch Forum
Topic: Search and Replace Quotes
Replies: 11
Views: 13210

Re: Search and Replace Quotes

well... I have tried:

BatchSubstitute.bat " ' test.txt
BatchSubstitute.bat """ "" test.txt
BatchSubstitute.bat """ ' test.txt
by dragonfly
19 Dec 2010 16:38
Forum: DOS Batch Forum
Topic: Search and Replace Quotes
Replies: 11
Views: 13210

Re: Search and Replace Quotes

Ok. Then, can you help me because it's not working for me. I want to replace all occurrences of a double quote with nothing (or, worst case, a single quote).

Thoughts?
by dragonfly
19 Dec 2010 13:45
Forum: DOS Batch Forum
Topic: Search and Replace Quotes
Replies: 11
Views: 13210

Search and Replace Quotes

Hi everyone... I have seen lots of posts out here with help for performing search and replace functionality in a batch program. BUT, I need to search and replace double quotes. Any thoughts on how to make that happen? Basically, I need to get rid of all double quotes in a file that I have.

Thanks