The IClearTool interface is a facility for submitting arbitrary cleartool subcommands.
Use ClearCase.ClearTool
Executes a cleartool subcommand
Method
Function CmdExec(CommandString As String) As String
_bstr_t CmdExec(_bstr_t CommandString);
The output of the cleartool subcommand (not including error messages).
Note that the CAL command string is interpreted as if entered directly in Interactive Mode. For more information on Windows command line processing and the differences between Single-Command Mode and Interactive Mode, see the cleartool reference page.
Member of: IClearTool Interface