Set haWin32 = CreateObject("HAWin32")
Set haScript = haWin32.haInitialize("simplehost")
haScript.haSizeHyperACCESS 3
haScript.haOpenSession("simplehost.haw")
haScript.haConnectSession 4
haScript.haTerminate()
To execute this sample save the above code as .vbs file. Double click the saved file to execute. HyperACCESS will be opened by the script and wait for calls.