File name: | waitfor.exe.mui |
Size: | 12288 byte |
MD5: | 1c777f281b8b6b3003ca975464e2c0f8 |
SHA1: | 658e4f86f29af5a2b36e1ba1dc55610ee7f1153b |
SHA256: | 752022c5b5b5ad653682ab12572d2dd1b1c22b0dce190de1dfe7d3e98655a393 |
Operating systems: | Windows 10 |
Extension: | MUI |
In x64: | waitfor.exe waitfor - aguardar/enviar um sinal pela rede (32 bits) |
If an error occurred or the following message in Portuguese (Brazilian) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.
id | Portuguese (Brazilian) | English |
---|---|---|
251 | ERRO: não é possível enviar o sinal '%s'. |
ERROR: Unable to send signal '%s'. |
252 | ERRO: não é possível aguardar pelo sinal especificado. |
ERROR: Cannot wait for the specified signal. |
253 | ERRO: foi atingido o tempo limite ao se aguardar por '%s'. |
ERROR: Timed out waiting for '%s'. |
254 | ERRO: erro inesperado %ld. |
ERROR: Unexpected error %ld occurred. |
255 | ERRO: o valor de tempo limite não pode ser 0. |
ERROR: Timeout value cannot be 0. |
256 | ERRO: o sinal e o tempo limite são mutuamente exclusivos. |
ERROR: Signal and timeout are mutually exclusive. |
257 | ERRO: /S não pode estar vazio. |
ERROR: /S cannot be empty. |
258 | ERRO: /U não pode estar vazio. |
ERROR: /U cannot be empty. |
259 | ERRO: /Si não pode ser deixado em branco. |
ERROR: /Si cannot be empty. |
260 | ERRO: nome de sinal não especificado. |
ERROR: Signal name not specified. |
261 | ERRO: sintaxe inválida. Digite "WAITFOR /?" para obter detalhes sobre o uso. |
ERROR: Invalid syntax. Type "WAITFOR /?" for usage. |
262 | ERRO: não é possível recuperar o nome de host do endereço IP. |
ERROR: Unable to retrieve host name from the ipaddress. |
263 | ERRO: Valor inválido para /T. Digite "WAITFOR /?" para obter detalhes sobre o uso. |
ERROR: Invalid value for /T. Type "WAITFOR /?" for usage. |
264 | ERRO: o nome de sinal não pode exceder 214 caracteres. |
ERROR: The signal name cannot exceed 214 characters. |
265 | O sinal não pode conter caracteres diferentes de a-z, A-Z, 0-9 nem caracteres ASCII no intervalo 128-255. |
The signal cannot contain characters other than a-z, A-Z, 0-9 and ASCII characters in the range 128-255. |
266 | AVISO: As credenciais de usuário são ignoradas para conexões locais. |
WARNING: User credentials are ignored for local connections. |
267 | ERRO: sintaxe inválida. Nome de usuário especificado sem um nome de sistema. |
ERROR: Invalid syntax. Username specified without specifying system name. |
268 | ERRO: sintaxe inválida. Senha especificada sem um nome de usuário. |
ERROR: Invalid syntax. Password specified without specifying user name. |
501 | ÊXITO: sinal recebido. |
SUCCESS: Signal received. |
502 | ÊXITO: sinal enviado. |
SUCCESS: Signal sent. |
503 | ERRO: não é possível recuperar o nome do sistema. |
ERROR: Unable to retrieve the system name. |
504 | ERRO: não é possível fechar o identificador. |
ERROR: Unable to close the handle. |
505 | ERRO: não é possível enviar o sinal especificado. |
ERROR: Cannot send the specified signal. |
506 | ERRO: não é possível enviar o sinal; nenhuma conexão de rede detectada. |
ERROR: Unable to send signal, no network connection detected. |
2001 | WaitFor tem dois tipos de funcionamento: sintaxe 1: enviar um sinal |
WaitFor has two ways of working: Syntax 1: to send a signal |
2002 | WAITFOR [/S sistema [/U usuário [/P [senha]]]] /SI sinal |
WAITFOR [/S system [/U user [/P [password]]]] /SI signal |
2004 | sintaxe 2: aguardar por um sinal |
Syntax 2: to wait for a signal |
2005 | WAITFOR [/T tempo_limite] sinal |
WAITFOR [/T timeout] signal |
2007 | Descrição: |
Description: |
2008 | Esta ferramenta envia ou aguarda por um sinal em um sistema. Quando /S |
This tool sends, or waits for, a signal on a system. When /S is not |
2009 | não é especificado, o sinal é transmitido para todos os sistemas em um |
specified, the signal will be broadcasted to all the systems in a |
2010 | domínio. Se /S for especificado, o sinal é enviado apenas |
domain. If /S is specified, then the signal will be sent only |
2011 | para o sistema especificado. |
to the specified system. |
2014 | Lista de parâmetros: |
Parameter List: |
2015 | /S sistema Especifica o sistema remoto ao qual enviar o sinal. |
/S system Specifies remote system to send signal to. |
2017 | /U [domínio\]usuário Especifica o contexto de usuário em |
/U [domain\]user Specifies the user context under which |
2018 | que o comando deve ser executado. |
the command should execute. |
2020 | /P [senha] Especifica a senha para o contexto de usuário especificado. |
/P [password] Specifies the password for the given user context. |
2024 | /SI Envia o sinal pela rede para aguardar computadores. |
/SI Sends the signal across the net to waiting machines |
2027 | /T tempo_limite Número de segundos para aguardar pelo sinal. |
/T timeout Number of seconds to wait for signal. Valid range |
2028 | O intervalo válido vai de 1 a 99999. O padrão é aguardar para sempre pelo sinal. |
is 1 - 99999. Default is to wait forever for signal. |
2031 | sinal O nome do sinal a ser esperado ou enviado. |
signal The name of the signal to wait for or to send. |
2034 | /? Exibe esta mensagem da Ajuda. |
/? Displays this help message. |
2036 | OBS.: um sistema pode aguardar por vários nomes de sinal exclusivos. |
NOTE: A system can wait for multiple unique signal names. |
2037 | O nome do sinal não pode exceder 225 caracteres e não pode |
The signal name cannot exceed 225 characters and cannot |
2038 | Conter caracteres diferentes de a-z, A-Z, 0-9 nem caracteres |
contain characters other than a-z, A-Z, 0-9 and ASCII |
2039 | ASCII no intervalo 128-255. |
characters in the range 128-255. |
2042 | Exemplos: |
Examples: |
2043 | WAITFOR /? |
WAITFOR /? |
2044 | WAITFOR SetupReady |
WAITFOR SetupReady |
2045 | WAITFOR CopyDone /T 100 |
WAITFOR CopyDone /T 100 |
2046 | WAITFOR /SI SetupReady |
WAITFOR /SI SetupReady |
2047 | WAITFOR /S sistema /U usuário /P senha /SI CopyDone |
WAITFOR /S system /U user /P password /SI CopyDone |
5001 | ERRO: | ERROR: |
5002 | AVISO: | WARNING: |
5003 | ÊXITO: | SUCCESS: |
5004 | INFORMAÇÕES: | INFO: |
5005 | N/A | N/A |
5501 | Digite a senha para %s: | Type the password for %s: |
5502 | Passando a credencial de usuário para conexão local. |
Passing the user credential for local connection. |
5503 | O sistema de destino deve estar executando o Windows XP ou posterior. |
The target system must be running Windows XP or above. |
5504 | O sistema remoto precisa estar executando o Windows 2000 ou posterior. |
The remote system must be running Windows 2000 or above. |
5601 | Sintaxe inválida. O valor '%s' não é permitido para a opção '%s'. %s |
Invalid syntax. '%s' value is not allowed for '%s' option. %s |
5602 | Sintaxe inválida. Especifique um valor numérico válido para '%s'. %s |
Invalid syntax. Specify valid numeric value for '%s'. %s |
5603 | Sintaxe inválida. Especifique um valor de ponto flutuante válido para '%s'. %s |
Invalid syntax. Specifiy valid floating point value for '%s'. %s |
5604 | Sintaxe inválida. A opção obrigatória '%s' está faltando. %s |
Invalid syntax. Mandatory option '%s' is missing. %s |
5605 | Sintaxe inválida. A opção '%s' não é permitida mais de '%d' vez(es). %s |
Invalid syntax. '%s' option is not allowed more than '%d' time(s). %s |
5607 | Argumento/opção inválido - '%s'. %s |
Invalid argument/option - '%s'. %s |
5608 | Sintaxe inválida. O argumento padrão está faltando. %s |
Invalid syntax. Default argument is missing. %s |
5609 | Comprimento do argumento da linha de comando não deve exceder 255 caracteres. |
Length of the command line argument should not exceed 255 characters. |
5610 | Sintaxe inválida. A opção padrão não é permitida mais de '%d' vez(es). %s |
Invalid syntax. Default option is not allowed more than '%d' time(s). %s |
5611 | Sintaxe inválida. Valor esperado para '%s'. %s |
Invalid syntax. Value expected for '%s'. %s |
5612 | Sintaxe inválida. O valor '%s' não é permitido como argumento padrão. %s |
Invalid syntax. '%s' value is not allowed as default argument. %s |
5613 | Digite "%s /?" para obter detalhes sobre o uso. | Type "%s /?" for usage. |
5614 | O valor da opção '%s' não pode ser deixado em branco. %s |
Value for '%s' option cannot be empty. %s |
5615 | O valor da opção padrão não pode ser deixado em branco. %s |
Value for default option cannot be empty. %s |
5616 | Sintaxe inválida. Especifique um valor numérico válido para o padrão. %s |
Invalid syntax. Specify valid numeric value for default. %s |
5617 | Sintaxe inválida. Especifique um valor de ponto flutuante válido para o padrão. %s |
Invalid syntax. Specifiy valid floating point value for default. %s |
5618 | O valor da opção padrão não pode ter mais de %d caractere(s). |
Value for default option cannot be more than %d character(s). |
5619 | Sintaxe inválida. O valor não pode ser especificado com a opção '%s'. %s |
Invalid syntax. Value cannot be specified with '%s' option. %s |
5620 | O valor da opção '%s' não pode ter mais de %d caractere(s). |
Value for '%s' option cannot be more than %d character(s). |
File Description: | waitfor - aguardar/enviar um sinal pela rede |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | waitfor.exe |
Legal Copyright: | © Microsoft Corporation. Todos os direitos reservados. |
Original Filename: | waitfor.exe.mui |
Product Name: | Sistema Operacional Microsoft® Windows® |
Product Version: | 10.0.15063.0 |
Translation: | 0x416, 1200 |