The escape character in batch scripts is ^. But for double-quoted strings, double up the quotes:
"string with an embedded "" character"
The escape character in batch scripts is ^. But for double-quoted strings, double up the quotes:
"string with an embedded "" character"