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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 116
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 104
Sample Scripts
117382-A Rev. A A-33
################################################################
#
# Hardware Filter screen...
#
################################################################
:FI_HWF:
setenv RUN_SILENT 1
on error :FI_HANDLER:
run hwfilter show fddi
goto :FI_END:
:FI_HANDLER:
echo “Script hwfilter.bat not found.”
echo
goto :FI_END:
################################################################
#
# Parse for “enable” command...
#
################################################################
:FI_ENBL:
if $# = 1 then ; goto :FI_HELP_ENBL:
setenv cmd “$2”
let len = strlen(cmd)
if $len < 3 then ; goto :FI_HELP_ENBL:
let i = strindex(“circuit”, cmd)
if $i = 1 then ; goto :FI_ENBLC:
let i = strindex(“connector”, cmd)
if $i = 1 then ; goto :FI_ENBLI:
:FI_HELP_ENBL:
echo “FDDI Enable Command Help”
echo “------------------------”
echo
echo “enable fddi <option>”
echo “ Where option is one of the following:”
echo “ ?”
echo “ circuit <circuit name>”
echo “ connector <slot.connector>”
goto :FI_END:
Vista de página 104
1 2 ... 100 101 102 103 104 105 106 107 108 109 110 ... 115 116

Comentários a estes Manuais

Sem comentários