Adding include paths to CINT

[quote] to run (interpret) a script with include files in a nonstandard location, i must use the “.include” command–there’s no way to set this up in my rootlogon.C [/quote]There is at least 2 ways :slight_smile: :gROOT->ProcessLine(".include .... ");or call gInterpreter->AddIncludePath

Cheers,
Philippe.