Avaya Writing Technician Interface Scripts Manual do Utilizador Página 45

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 120
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 44
Command Reference
2-15
if -file
<filename>
=1
For example, the following script tests whether the install.bat file is present:
if -file install.bat=1 then;\
echo “File present”
To test whether a directory is present, use the if command with the following
syntax:
if -dir
<directory_name>
=1
For example, the following script tests whether volume 2 is present:
if -dir 2:=1 then;\
echo “Volume 2 present”
Vista de página 44
1 2 ... 40 41 42 43 44 45 46 47 48 49 50 ... 119 120

Comentários a estes Manuais

Sem comentários