Re: Cint

Rene Brun (Rene.Brun@cern.ch)
Tue, 25 Feb 1997 16:12:15 +0100


Jarek Grebieszkow wrote:
>
> Hello,
> once again one question but now concerning C interpreter. I can
> start interpretation of given macro from command line by,
> root -b tst.C but interpreter finishes itself with prompt, is there
> any way to quit interpreter after finish without calling exit() ?
>
> Jarek

Yes, do
root -b -q tst.C

Rene Brun