<div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif">I will give this a try too.</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">ShreeDevi<br>____________________________________________________________<br>भजन - कीर्तन - आरती @ <a href="http://bhajans.ramparivar.com" target="_blank">http://bhajans.ramparivar.com</a><br></div></div></div>
<br><div class="gmail_quote">On Mon, Aug 1, 2016 at 4:33 PM, Bruno Le Floch <span dir="ltr"><<a href="mailto:blflatex@gmail.com" target="_blank">blflatex@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 08/01/2016 12:51 PM, Zdenek Wagner wrote:<br>
> Append >/dev/null in unix systems or >null in Windows, it will send<br>
> all terminal output to a black hole.<br>
><br>
> Zdeněk Wagner<br>
> <a href="http://ttsm.icpf.cas.cz/team/wagner.shtml" rel="noreferrer" target="_blank">http://ttsm.icpf.cas.cz/team/wagner.shtml</a><br>
> <a href="http://icebearsoft.euweb.cz" rel="noreferrer" target="_blank">http://icebearsoft.euweb.cz</a><br>
><br>
><br>
> 2016-08-01 12:42 GMT+02:00 ShreeDevi Kumar <<a href="mailto:shreeshrii@gmail.com">shreeshrii@gmail.com</a>>:<br>
>> Hi,<br>
>><br>
>> I am using commands similar to the following for processing the sanskrit<br>
>> documents using xelatex -<br>
>><br>
>>   xelatex "\def\istwocol{1} \input{./tmpmyfile.tex}  -max-print-line=2048<br>
>> -c-style-errors -interaction=batchmode"<br>
<br>
</span>xelatex sees the options as being part of the tex to run.  Putting the<br>
options first should fix this:<br>
<br>
xelatex -max-print-line=2048 -c-style-errors -interaction=batchmode<br>
<span class="im HOEnZb">"\def\istwocol{1} \input{./tmpmyfile.tex}"<br>
<br>
</span><span class="HOEnZb"><font color="#888888">Bruno<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
--------------------------------------------------<br>
Subscriptions, Archive, and List information, etc.:<br>
  <a href="http://tug.org/mailman/listinfo/xetex" rel="noreferrer" target="_blank">http://tug.org/mailman/listinfo/xetex</a><br>
</div></div></blockquote></div><br></div>