[VBScript] function ISYSAsp.OpenAgents(_ string Path_ ) as ISYSIntelligentAgentManager
[C#] IISYSIntelligentAgentManager IISYSEngine.OpenAgents( string Path );
[ColdFusion/Java] IISYSIntelligentAgentManager IISYSAsp.OpenAgents( java.lang.String Path ) throws ComException;
<% set agents = Application("ISYS").OpenAgents("c:\agents\" & _ Request.ServerVariables("AUTH_USER") ) %>