siddhanekula
New Member
- Joined
- Nov 19, 2019
- Messages
- 1
Hi Everyone ,
I have a VB script which is connected to HostExplorer and was able to communicate using the snippet
Set HostExplorer = CreateObject("HostExplorer") ' Initialize HostExplorer Object
Set MyHost = HostExplorer.HostFromProfile("TOPS MF") ' Set object for the desired session
MyHost.Keys item1
MyHost.Runcmd ("Tab")
MyHost.Keys ("4")
MyHost.Runcmd ("Enter")
Can you please guide me with a working code which can enter (SHIFT Button and F11) at same time ??
I have a VB script which is connected to HostExplorer and was able to communicate using the snippet
Set HostExplorer = CreateObject("HostExplorer") ' Initialize HostExplorer Object
Set MyHost = HostExplorer.HostFromProfile("TOPS MF") ' Set object for the desired session
MyHost.Keys item1
MyHost.Runcmd ("Tab")
MyHost.Keys ("4")
MyHost.Runcmd ("Enter")
Can you please guide me with a working code which can enter (SHIFT Button and F11) at same time ??