InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IMacro Interface / RunHostExplorerMacro Method
Specifies the full pathname of the macro to run.


In This Topic
    RunHostExplorerMacro Method (IMacro)
    In This Topic
    Runs a HostExplorer macro.
    Syntax
    'Declaration
     
    
    Sub RunHostExplorerMacro( _
       ByVal macroName As String _
    ) 
    'Usage
     
    
    Dim instance As IMacro
    Dim macroName As String
     
    instance.RunHostExplorerMacro(macroName)
    void RunHostExplorerMacro( 
       string macroName
    )

    Parameters

    macroName
    Specifies the full pathname of the macro to run.
    Exceptions
    ExceptionDescription
    Thrown if the macro file does not exist.
    Remarks
    Assumes that the Extra! Basic runtime is installed.
    See Also