Execute commands in a knowledge base command file (.KB file).
returnedBoolean - type: bool (1 or 0)
file_str - type: str
Returns 1 if successful and 0 otherwise.
If a relative path is supplied, then the current analyzer project folder is assumed to be the base.
@CODE
take("e:\\apps\\tester\\companies.kb");
take("\\data\\myadditions.kb"); # Starts from G("$apppath"),
project folder.
@@CODE
where the companies.kb file might contain the following:
add hier "concept" "company"
add hier "concept" "company" "ford"
add hier "concept" "company "gm"
....
quit