Avaya Writing Technician Interface Scripts Manual do Utilizador Página 77

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 116
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 76
Sample Scripts
117382-A Rev. A A-5
################################################################
#
# Parse for “show” command...
#
################################################################
:FI_SHOW:
if $# = 1 then ; goto :FI_HELP_SHOW:
setenv cmd “$2”
let len = strlen(cmd)
if $len < 3 then ; goto :FI_HELP_SHOW:
let i = strindex(“base”, cmd)
if $i = 1 then ; goto :FI_BASE:
let i = strindex(“alerts”, cmd)
if $i = 1 then ; goto :FI_ALERTS:
let i = strindex(“disabled”, cmd)
if $i = 1 then ; goto :FI_DSBLED:
let i = strindex(“enabled”, cmd)
if $i = 1 then ; goto :FI_ENBLED:
let i = strindex(“stats”, cmd)
if $i = 1 then ; goto :FI_STATS:
let i = strindex(“receive”, cmd)
if $i = 1 then ; goto :FI_RCV:
let i = strindex(“transmit”, cmd)
if $i = 1 then ; goto :FI_XMIT:
let i = strindex(“system”, cmd)
if $i = 1 then ; goto :FI_SYSTEM:
let i = strindex(“smt”, cmd)
if $i = 1 then ; goto :FI_SMT:
let i = strindex(“mac”, cmd)
if $i = 1 then ; goto :FI_MAC:
let i = strindex(“port”, cmd)
if $i = 1 then ; goto :FI_PORT:
let i = strindex(“sample”, cmd)
if $i = 1 then ; goto :FI_SAMP:
Vista de página 76
1 2 ... 72 73 74 75 76 77 78 79 80 81 82 ... 115 116

Comentários a estes Manuais

Sem comentários