Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IMacro Interface / RunPcommMacro Method
Specifies the full pathname of the macro to run.


RunPcommMacro Method
Runs an IBM Personal Communications macro.
Syntax
'Declaration
 
Sub RunPcommMacro( _
   ByVal macroName As String _
) 
 
'Usage
 
Dim instance As IMacro
Dim macroName As String
 
instance.RunPcommMacro(macroName)

Parameters

macroName
Specifies the full pathname of the macro to run.
Exceptions
ExceptionDescription
Thrown if the macro file does not exist.
See Also