Server display control (SDC) script files contain two types of statement:
- The softkey statement, which defines a softkey that can appear
on the ADSI display. This statement is followed by a number of softkey return
string statements.
- The function statement, which controls what is displayed on the
ADSI display, and specifies which softkeys are active. This statement is followed
by a number of SDC function statements.
The structure of an SDC file is:
softkey 1 ...
softkey 2 ...
function 1
enable softkey 1
enable softkey 2
display ...
display ...