29 Sep
2013
29 Sep
'13
12:43 a.m.
On Sat, 28 Sep 2013, Thangalin wrote:
Hi,
I ran the following:
context --noconsole --batchmode --nonstopmode filename.tex
This wrote information to the console:
This is LuaTeX, Version beta-0.76.0-2013040516 (rev 4627) \write18 enabled. Underfull \hbox (badness 2401) in paragraph at lines 464--464 ... lots more output ... system | total runtime: 1.962
How do you prevent ConTeXt from writing anything whatsoever to the console?
context --batchmode filename > /dev/null :-) Aditya