<div dir="ltr"><div>Hi,</div><div><br></div><div>I am having trouble with a custom typesetting script (Windows batch). I would like to pass $synctexoption to the script 
 (in my case, `-synctex=1`).</div><div><br></div><div>When I read command-line arguments, batch reads = as a delimiter. I wind up with (e.g.) %1 being `-synctex` and %2 being `1`. If I try to enclose $synctexoption in quotes, "$synctexoption", TeXworks escapes the quotation marks, giving %1 as `\"-synctex=1\"`, and thus %~1 is also `\"-synctex=1\"`. That is, batch cannot natively remove the quotation marks.<br></div><div><br></div><div>There are many feasible workarounds within the batch script, but the most straightforward would be for TeXworks to not escape the quotation marks. Is there an option somewhere to disable this escaping? (I have disabled in-editor quotation mark escaping, but this is a separate thing)<br></div><div><br></div><div>[sorry for mixing backticks and quotes; I hope the problem is clear]</div><div><br></div><div>Thanks,</div><div>Kyle<br></div></div>