Root 26 and new TBrowser

Hi ,
I am usig root from afs and SLC 4.8 32Bits : /afs/cern.ch/sw/lcg/app/releases/ROOT/5.26.00/slc4_ia32_gcc34/root
when I do:

TBrowser c;
I get a browser with the following message:

[quote]
root [1] TBrowser NewBrowser;

You are using the old ROOT browser! A new version is available. To use it:
Select the “New Browser” entry from the “File” menu in the browser, or change
"Browser.Name:" from “TRootBrowserLite” to “TRootBrowser” in system.rootrc[/quote]
Do you know where is system.rootrc ?
Where one can set these commands so that in future you do not get this message and this shows you NewBrowser ?
Thanks, Reza Ahmadi

see $ROOTSYS/etc/system.rootrc

Rene

[quote=“brun”]see $ROOTSYS/etc/system.rootrc

Rene[/quote]
Hi Rene thanks for fast reply , but like I said , I run root from AFS and lxplus so I can not play with $ROOTSYS/etc/system.rootrc at AFS .

copy the required statements from $ROOTSYS/etc/system.rootrc in your $HOME/.rootrc and change the browser specs.
see the first few pages of the Users Guide.

Rene