Visara Master Console Center Scripting Guide Manual do Utilizador Página 167

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 262
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 166
Chapter 5 Script Commands
Scripting Guide 167
console, you may wish to key “exit” before issuing your
QPREVIEW().)
Example:
// Get the Object IDs for two systems
%OSArray[ 1] := OBJID( OS, ”DECUnix:Alpha”)
%OSArray[ 2] := OBJID( OS, ”RS6000:Beta”)
// Open the message queue
%QueueID := QOPEN( %OSArray)
%Preview := QPREVIEW( %QueueID, $MsgArray)
// If the DECUnix system is at the “Login:” prompt and
the
// RS6000 is at a root (“#”) prompt, the values of
// $MsgArray will be:
// $MsgArray[ “Alpha” ] ==> Login:
// $MsgArray[ “Beta” ] ==> #
See Also:
QCLOSE, QOPEN, QREAD, QSKIP, SCANB, SCANP
Vista de página 166
1 2 ... 162 163 164 165 166 167 168 169 170 171 172 ... 261 262

Comentários a estes Manuais

Sem comentários