waitfor.exe waitfor - aguardar/enviar um sinal pela rede 1c777f281b8b6b3003ca975464e2c0f8

File info

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)

Translations messages and strings

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
251ERRO: não é possível enviar o sinal '%s'.
ERROR: Unable to send signal '%s'.
252ERRO: não é possível aguardar pelo sinal especificado.
ERROR: Cannot wait for the specified signal.
253ERRO: foi atingido o tempo limite ao se aguardar por '%s'.
ERROR: Timed out waiting for '%s'.
254ERRO: erro inesperado %ld.
ERROR: Unexpected error %ld occurred.
255ERRO: o valor de tempo limite não pode ser 0.
ERROR: Timeout value cannot be 0.
256ERRO: o sinal e o tempo limite são mutuamente exclusivos.
ERROR: Signal and timeout are mutually exclusive.
257ERRO: /S não pode estar vazio.
ERROR: /S cannot be empty.
258ERRO: /U não pode estar vazio.
ERROR: /U cannot be empty.
259ERRO: /Si não pode ser deixado em branco.
ERROR: /Si cannot be empty.
260ERRO: nome de sinal não especificado.
ERROR: Signal name not specified.
261ERRO: sintaxe inválida.
Digite "WAITFOR /?" para obter detalhes sobre o uso.
ERROR: Invalid syntax.
Type "WAITFOR /?" for usage.
262ERRO: não é possível recuperar o nome de host do endereço IP.
ERROR: Unable to retrieve host name from the ipaddress.
263ERRO: Valor inválido para /T.
Digite "WAITFOR /?" para obter detalhes sobre o uso.
ERROR: Invalid value for /T.
Type "WAITFOR /?" for usage.
264ERRO: o nome de sinal não pode exceder 214 caracteres.
ERROR: The signal name cannot exceed 214 characters.
265O 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.
266AVISO: As credenciais de usuário são ignoradas para conexões locais.
WARNING: User credentials are ignored for local connections.
267ERRO: sintaxe inválida. Nome de usuário especificado sem um nome de sistema.
ERROR: Invalid syntax. Username specified without specifying system name.
268ERRO: 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.
503ERRO: não é possível recuperar o nome do sistema.
ERROR: Unable to retrieve the system name.
504ERRO: não é possível fechar o identificador.
ERROR: Unable to close the handle.
505ERRO: não é possível enviar o sinal especificado.
ERROR: Cannot send the specified signal.
506ERRO: 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
2002WAITFOR [/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
2005WAITFOR [/T tempo_limite] sinal

WAITFOR [/T timeout] signal

2007Descrição:
Description:
2008Esta 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
2009não é especificado, o sinal é transmitido para todos os sistemas em um
specified, the signal will be broadcasted to all the systems in a
2010domínio. Se /S for especificado, o sinal é enviado apenas
domain. If /S is specified, then the signal will be sent only
2011para o sistema especificado.

to the specified system.

2014Lista 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
2018que 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
2028O 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.

2031sinal 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.

2036OBS.: um sistema pode aguardar por vários nomes de sinal exclusivos.
NOTE: A system can wait for multiple unique signal names.
2037O nome do sinal não pode exceder 225 caracteres e não pode
The signal name cannot exceed 225 characters and cannot
2038Conter caracteres diferentes de a-z, A-Z, 0-9 nem caracteres
contain characters other than a-z, A-Z, 0-9 and ASCII
2039ASCII no intervalo 128-255.

characters in the range 128-255.

2042Exemplos:
Examples:
2043WAITFOR /?
WAITFOR /?
2044WAITFOR SetupReady
WAITFOR SetupReady
2045WAITFOR CopyDone /T 100
WAITFOR CopyDone /T 100
2046WAITFOR /SI SetupReady
WAITFOR /SI SetupReady
2047WAITFOR /S sistema /U usuário /P senha /SI CopyDone
WAITFOR /S system /U user /P password /SI CopyDone
5001ERRO: ERROR:
5002AVISO: WARNING:
5003ÊXITO: SUCCESS:
5004INFORMAÇÕES: INFO:
5005N/A N/A
5501Digite a senha para %s: Type the password for %s:
5502Passando a credencial de usuário para conexão local.
Passing the user credential for local connection.
5503O sistema de destino deve estar executando o Windows XP ou posterior.
The target system must be running Windows XP or above.
5504O sistema remoto precisa estar executando o Windows 2000 ou posterior.
The remote system must be running Windows 2000 or above.
5601Sintaxe 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
5602Sintaxe inválida. Especifique um valor numérico válido para '%s'.
%s
Invalid syntax. Specify valid numeric value for '%s'.
%s
5603Sintaxe inválida. Especifique um valor de ponto flutuante válido para '%s'.
%s
Invalid syntax. Specifiy valid floating point value for '%s'.
%s
5604Sintaxe inválida. A opção obrigatória '%s' está faltando.
%s
Invalid syntax. Mandatory option '%s' is missing.
%s
5605Sintaxe 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
5607Argumento/opção inválido - '%s'.
%s
Invalid argument/option - '%s'.
%s
5608Sintaxe inválida. O argumento padrão está faltando.
%s
Invalid syntax. Default argument is missing.
%s
5609Comprimento do argumento da linha de comando não deve exceder 255 caracteres.
Length of the command line argument should not exceed 255 characters.
5610Sintaxe 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
5611Sintaxe inválida. Valor esperado para '%s'.
%s
Invalid syntax. Value expected for '%s'.
%s
5612Sintaxe inválida. O valor '%s' não é permitido como argumento padrão.
%s
Invalid syntax. '%s' value is not allowed as default argument.
%s
5613Digite "%s /?" para obter detalhes sobre o uso. Type "%s /?" for usage.
5614O valor da opção '%s' não pode ser deixado em branco.
%s
Value for '%s' option cannot be empty.
%s
5615O valor da opção padrão não pode ser deixado em branco.
%s
Value for default option cannot be empty.
%s
5616Sintaxe inválida. Especifique um valor numérico válido para o padrão.
%s
Invalid syntax. Specify valid numeric value for default.
%s
5617Sintaxe 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
5618O 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).
5619Sintaxe 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
5620O 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).

EXIF

File Name:waitfor.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-waitfor.resources_31bf3856ad364e35_10.0.15063.0_pt-br_401f552da50044ee\
File Size:12 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:11776
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:Portuguese (Brazilian)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:waitfor - aguardar/enviar um sinal pela rede
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:waitfor.exe
Legal Copyright:© Microsoft Corporation. Todos os direitos reservados.
Original File Name:waitfor.exe.mui
Product Name:Sistema Operacional Microsoft® Windows®
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-waitfor.resources_31bf3856ad364e35_10.0.15063.0_pt-br_e400b9a9eca2d3b8\

What is waitfor.exe.mui?

waitfor.exe.mui is Multilingual User Interface resource file that contain Portuguese (Brazilian) language for file waitfor.exe (waitfor - aguardar/enviar um sinal pela rede).

File version info

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