Stand alone application without console or gui

Hello,

I’m root rooky.

I’m trying to develop an application console under Visual C++ in which I would like to implement a ’ ROOT ’ object to execute C/C++ scripts but without any user access to some graphic interface of root (console or GUI) like with TApplication or TRint.
Is it possible to use a TCint object for it?
Where do I have to look in the documentation to find info?

Thanks

Ben

Run your TAppllication or TRint with option -b
eg

root -b

Rene