The BlueZone Script Host methods can be incorporated into scripts just like any other scripting command. Select a method to
view details about functionality, parameters, and return codes. All of the examples are written in VBScript.
Val CloseSession( SessionTypeVal, SessionIdentifierVal );
Val EMConnect( SessionShortNameStr );
Val EMFocus( );
Val EMGetCursor( RowVal, ColumnVal );
Val EMPrintScreen;
Val EMReadScreen( BufferStr, LengthVal, RowVal, ColumnVal );
Val EMReceiveFile( ReceiveStr ); *
Val EMSearch( SearchStr, RowVal, ColumnVal );
Val EMSendFile( SendStr ); *
Val EMSendKey( KeyStr );
Val EMSetCursor( RowVal, ColumnVal );
Val EMWaitCursor( TimeoutVal, RowVal, ColumnVal, ExtraWaitVal );
Val EMWaitForText( TextStr, RowVal, ColumnVal, TimeOutVal );
Val EMWaitReady( TimeoutVal, ExtraWaitVal );
Val EMWriteScreen( WriteStr, RowVal, ColumnVal );
Str InputBox( PromptStr, TitleStr, DefaultStr );
Val MsgBox( MessageStr, FlagsVal );
Val OpenSession( SessionTypeVal, SessionIdentifierVal, ConfigFileStr,
TimeoutVal, WaitPaintsVal );
Val Pause( PauseTimeVal );
Val PrintString( PrintStr, FlagVal );
Val Run( CommandStr );
Val StopScript;
Str Str( ValueVal );
Val Val( StringStr );
* Not supported in BlueZone VT