Avaya Writing Technician Interface Scripts Manuale Utente Pagina 76

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 116
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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:
Vedere la pagina 75
1 2 ... 71 72 73 74 75 76 77 78 79 80 81 ... 115 116

Commenti su questo manuale

Nessun commento