MainMenu |
Top Previous Next |
Valid for: SetStartup
Syntax - SetStartup MainMenu <MainMenuName> Where: <MainMenuName> is a literal string
Description: This option is used to define the value that EMUE uses to determine if the login was successful and the processing of the script can begin. EMUE assumes an informational screen is to be bypassed by issuing an Enter command. If a value other than the main menu screen name, like an informational message, could be displayed, multiple values can be included in this option. Values should be separated by commas. This option values the Main Menu textbox on the Main tab on the main EMUE window. This option is required to use the automated sign-on process.
Note: The value of “<MainMenuName>” is usually 8 characters in length, but it can be shorter or longer depending upon the application
Sample: The following statement sets the Main Menu option, which instructs EMUE to look for the screen named NPGEFN00 as verification that it has logged in successfully. SetStartup MainMenu "NPGEFN00"
|