Avaya Writing Technician Interface Scripts Manuel d'utilisateur Page 76

  • 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 75
Writing Technician Interface Scripts
A-4 117382-A 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:
Vue de la page 75
1 2 ... 71 72 73 74 75 76 77 78 79 80 81 ... 115 116

Commentaires sur ces manuels

Pas de commentaire