MainMenuPosition |
Top Previous Next |
Valid for: SetStartup
Syntax - SetStartup MainMenuPosition "<Row>,<Column>" Where: <Row> is an integer value. <Column> is an integer value.
Description: This option defines the row and column location of the leftmost position where EMUE looks for the Main Menu name to confirm a successful signon. <Row> is the position on the screen, counting from top to bottom on the screen. <Row> can have a value of 1 to 24. <Column> is the position on the screen, counting from left to right on the screen. <Column> can have a value of 1 to 80. The default value for <Row> is 24 and the default for <Column> is 2. This option values the Row and Column number selector for the Main Menu Position area on the Screen Positions tab of the EMUE Current Settings - Option Settings dialog.
Note: This option defines the location of the screen name for all EMUE commands that use the screen name during the processing of the script. This option affects the WaitForScreen and WaitForScreenGoTo commands.
Sample: The following statement instructs EMUE to check for the Main Menu Name at position 1, 2 on the terminal screen. SetStartup MainMenuPosition "1,2"
See Also:
|