I am sorry, I did mistake, it should be
> echo void RootBrowser(char *URL); >/tmp/RootBrowser.C
> echo { >>/tmp/RootBrowser.C
> echo TWebFile *f = new TWebFile(URL); >>/tmp/RootBrowser.C
> echo TBrowser *b = new TBrowser; >>/tmp/RootBrowser.C
> echo } >>/tmp/RootBrowser.C
> root /tmp/RootBrowser.C(\".root file name\")
Otherwise the Browser will be closed as soon as it is opened.
Anyway it is just an idea but a full-scale solution.
It would be better ROOT would understand .root (self-contained)
extension and assume the macro file (like above) is delivered with
(packed into) that root file altogether. etc, etc, etc . . .
Valery