BeginSplashScreen / EndSplashScreen

Item Description

Use with:

Terminal Launcher (Generic and Advanced Generic only)

SecureLogin Version:

3.0.4

Type:

Action

Usage:

BeginSplashScreen
EndSplashScreen

Arguments:

None

Description:

Displays a Novell splash screen across the terminal emulator window. This command is used to mask any flashing, etc. that is produced by SecureLogin selecting text from the screen. A Delay command at the start of the script ensures that the emulator window is in place before the splash screen is displayed.

Example:
Terminal Launcher
Script
After launching the emulator, SecureLogin waits two seconds for it to connect. The splash screen displays to cover the flashing. SecureLogin detects a login and enters a username. The splash screen disappears.

Delay 2000 
BeginSplashScreen
WaitForText "ogin:"
Type $Username
EndSplashScreen
Type @E