Avaya Writing Technician Interface Scripts Manuel d'utilisateur Page 109

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 116
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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:
Vue de la page 108

Commentaires sur ces manuels

Pas de commentaire