Programming with Reflection
Command method
Syntax object.Command Commands
Runs the specified Reflection method. Use double quotation marks for any string arguments used by the method. For example:
R1winCtrl.Command ".Shell ""Notepad.exe"", """", rcNormal"
Commands Argument type: String
Required
The command you want to execute.