Executive ========= INHERITS FROM Object REQUIRES HEADER FILES Executive.h DEFINED IN CLASS DESCRIPTION Executive allows the execution of shell commands from a program, providing both synchronous and asynchronous execution of commands. Other features include the ability to direct command output to another object through the popen(3) mechanism and displaying of errors through a standard panel for consistency in error reporting throughout an application.