Avaya Writing Technician Interface Scripts Manual de usuario Pagina 82

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 122
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 81
Writing Technician Interface Scripts
A-4 114089 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:
Vista de pagina 81
1 2 ... 77 78 79 80 81 82 83 84 85 86 87 ... 121 122

Comentarios a estos manuales

Sin comentarios