I want to pass some argument to an external script. I try :
\immediate\write18{./script \a\ \b\ \c > output.tex}
It works, but \a \b and \c are not given as three different arguments, but as one concatened string to the first argument.
How to pass three or more arguments ?