For a script that compiles LaTeX for me, I have to send the string \" to the command line, within a string delimited by ". Example:
>pdflatex "\IeC{\" o}"
How do I escape the " in the middle? If I do pdflatex "\IeC{\\" o}", the "\" will mean a \ and the string will still be terminated at the middle ". Any way around this?
Clarification: The literal string I want to send to pdflatex is \IeC{\"o}. After any escapes, this is what should be passed as command line argument.
"that should*n't* terminate the string. – Tomas Lycken Nov 10 '10 at 16:45