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 whole 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:

Delay 2000 
BeginSplashScreen
WaitForText "ogin:"
EndSplashScreen
Type $Username
Type @E
Begin SplashScreen
WaitForText "assword:"
EndSplashScreen
Type $Password
Type @E