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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 122
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 81
Writing Technician Interface Scripts
A-4 114089 Rev. A
################################################################
#
# Sub-command vectoring...
#
################################################################
if $# = 0 then ; goto :FI_HELP:
setenv cmd “$1”
let cmdlen = strlen(cmd)
if $cmdlen < 3 then ; goto :FI_HELP:
let i = strindex(“show”, cmd)
if $i = 1 then ; goto :FI_SHOW:
let i = strindex(“enable”, cmd)
if $i = 1 then ; goto :FI_ENBL:
let i = strindex(“disable”, cmd)
if $i = 1 then ; goto :FI_DSBL:
# else fall through to the Help screen.
################################################################
#
# Help screen...
#
################################################################
:FI_HELP:
echo “FDDI Command Script”
echo “-------------------”
echo
echo “This script is not intended to be run directly.”
echo “Please 'run setpath' and then use the following”
echo “commands:”
echo
echo “disable fddi”
echo “enable fddi”
echo “show fddi”
echo
goto :FI_END:
Vista de página 81
1 2 ... 77 78 79 80 81 82 83 84 85 86 87 ... 121 122

Comentários a estes Manuais

Sem comentários