Code: Select all
cd ..
In page, p148, Command Reference: Second, the default directory for exec is the Add-ins directory (in contrast with both run and include which defaults to using the EViews default directory).
I test them out, that: include -> @linepath of parent program; run -> @datapath. That is, the base dir for RUN is the current working dir, and the base dir for INCLUDE is the path of the prg file (parent file) that including it
