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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 116
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 108
Sample Scripts
308660-14.00 Rev 00
A-35
#
# Gosubs shared by enable and disable...
#
:ERR_MSG1:
cutenv -c $invalch ugly_ “$3”
echo “Inappropriate character '$ugly_1' in parameter;”
echo “ only digits and '.' allowed.”
echo
return
:ERR_MSG2:
echo “Parameter must contain a '.' character.”
echo
return
:ERR_MSG3:
echo “Too many '.' characters in parameter; enter one only.”
echo
return
################################################################
#
# Parse for “disable” command...
#
################################################################
:FI_DSBL:
if $# = 1 then ; goto :FI_HELP_DSBL:
setenv cmd “$2”
let len = strlen(cmd)
if $len < 3 then ; goto :FI_HELP_DSBL:
let i = strindex(“circuit”, cmd)
if $i = 1 then ; goto :FI_DSBLC:
let i = strindex(“connector”, cmd)
if $i = 1 then ; goto :FI_DSBLI:
:FI_HELP_DSBL:
echo “FDDI Disable Command Help”
echo “-------------------------”
echo
echo “disable 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 108

Comentários a estes Manuais

Sem comentários