How do you read a string of characters in dos that contains quotation marks?
I'm using the dos find command and I was to find something that has a quote within it.
_____________________
things to do in au ~ things to do with australia
How do you read a string of characters in dos
Moderator: DosItHelp
How do you read a string of characters in dos
Last edited by groveera on 05 May 2013 23:36, edited 1 time in total.
Re: How do you read a string of characters in dos
I can read it with a for loop.
Re: How do you read a string of characters in dos
Code: Select all
findstr \" file.txt