Specifications

User Interface
3-8
Figure 3-2. Main Menu Display
Defining Menu Choices
For each menu choice line, you can define:
One line of display text
A server command, which can:
- Specify up to 8 optional input parameters
- Be a DO command
A prompt string for each specified input parameter
A default string for each specified input parameter
Example: Sample Definition of a Menu Selection
The following example shows one way to define the selection Open Telnet Session
that appears on line 5 of the main menu:
Local> CHANGE MENU MAIN LINE 5 DISPLAY "OPEN TELNET SESSION"
Local> CHANGE MENU MAIN LINE 5 P1PROMPT "ENTER HOST NAME OR IP ADDRESS"
Local> CHANGE MENU MAIN LINE 5 P1DEFAULT "16.195.1.1"
Local> CHANGE MENU MAIN LINE 5 EXECUTE "CONNECT TELNET%P1"
LKG-7421-fh8
Access Server Main Menu
1 Open Lat Session
2 Open Telnet Session
3 Show Session
4 Next session
5 Close Session
6 Go to Command Line
7 Quit
Use <Up Arrow>, <Down Arrow>, or item number to make
your choice. Press <Return> to execute your choice.