Avaya Writing Technician Interface Scripts Manuel d'utilisateur Page 105

  • 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 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:
Vue de la page 104
1 2 ... 100 101 102 103 104 105 106 107 108 109 110 ... 115 116

Commentaires sur ces manuels

Pas de commentaire