waitfor.exe waitfor: espera o envía una señal a través de una red 59fb9582262060cae115894b61de885c

File info

File name: waitfor.exe.mui
Size: 13312 byte
MD5: 59fb9582262060cae115894b61de885c
SHA1: 5adf7679be6755ba1eba8544c0cde740896cc4c6
SHA256: 464060354d6fb05ba33080343ed1410cf81c7e7beda3c0ab9a72bca243cba941
Operating systems: Windows 10
Extension: MUI
In x64: waitfor.exe waitfor: espera o envía una señal a través de una red (32 bits)

Translations messages and strings

If an error occurred or the following message in Spanish (Modern) 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 Spanish (Modern) English
251ERROR: no se puede enviar la señal '%s'.
ERROR: Unable to send signal '%s'.
252ERROR: no se puede esperar la señal especificada.
ERROR: Cannot wait for the specified signal.
253ERROR: tiempo de espera agotado para '%s'.
ERROR: Timed out waiting for '%s'.
254ERROR: error inesperado %ld.
ERROR: Unexpected error %ld occurred.
255ERROR: el valor de tiempo de espera no puede ser 0.
ERROR: Timeout value cannot be 0.
256ERROR: señal y tiempo de espera se excluyen mutuamente.
ERROR: Signal and timeout are mutually exclusive.
257ERROR: /S no puede estar vacío.
ERROR: /S cannot be empty.
258ERROR: /U no puede estar vacío.
ERROR: /U cannot be empty.
259ERROR: /Si no puede estar vacío.
ERROR: /Si cannot be empty.
260ERROR: nombre de señal no especificado.
ERROR: Signal name not specified.
261ERROR: sintaxis no válida.
Escriba "WAITFOR /?" para obtener detalles de uso.
ERROR: Invalid syntax.
Type "WAITFOR /?" for usage.
262ERROR: no se puede recuperar el nombre de host desde la dirección IP.
ERROR: Unable to retrieve host name from the ipaddress.
263ERROR: sintaxis no válida para /T.
Escriba "WAITFOR /?" para obtener detalles de uso.
ERROR: Invalid value for /T.
Type "WAITFOR /?" for usage.
264ERROR: el nombre de señal no puede superar los 214 caracteres.
ERROR: The signal name cannot exceed 214 characters.
265La señal no puede contener caracteres que no sean a-z, A-Z, 0-9
y caracteres ASCII en el intervalo 128-255.
The signal cannot contain characters other than a-z, A-Z, 0-9
and ASCII characters in the range 128-255.
266Advertencia: se omiten las credenciales de usuario en la conexión local.
WARNING: User credentials are ignored for local connections.
267ERROR: sintaxis no válida. El nombre de usuario se ha especificado sin
especificar el nombre de sistema.
ERROR: Invalid syntax. Username specified without specifying system name.
268ERROR: sintaxis no válida. La contraseña se especificó sin especificar
el nombre de usuario.
ERROR: Invalid syntax. Password specified without specifying user name.
501CORRECTO: señal recibida.
SUCCESS: Signal received.
502CORRECTO: señal enviada.
SUCCESS: Signal sent.
503ERROR: no se puede recuperar el nombre del sistema.
ERROR: Unable to retrieve the system name.
504ERROR: no se puede cerrar el identificador.
ERROR: Unable to close the handle.
505ERROR: no se puede enviar la señal especificada.
ERROR: Cannot send the specified signal.
506ERROR: no se puede enviar la señal, no se ha detectado conexión de red.
ERROR: Unable to send signal, no network connection detected.
2001
WaitFor tiene tres formas de trabajo:

Sintaxis 1: para enviar una señal

WaitFor has two ways of working:

Syntax 1: to send a signal
2002WAITFOR [/S sistema [/U usuario [/P [contraseña]]]] /SI señal
WAITFOR [/S system [/U user [/P [password]]]] /SI signal
2004
Sintaxis 2: para esperar una señal

Syntax 2: to wait for a signal
2005WAITFOR [/T tiempo de espera] señal

WAITFOR [/T timeout] signal

2007Descripción:
Description:
2008Esta herramienta envía o espera a que llegue una señal en un sistema.
This tool sends, or waits for, a signal on a system. When /S is not
2009Si no se especifica /S la señal se difundirá a todos los sistema de un
specified, the signal will be broadcasted to all the systems in a
2010dominio. Si se especifica /S la señal solo se enviará
domain. If /S is specified, then the signal will be sent only
2011al dominio especificado.

to the specified system.

2014Lista de parámetros:
Parameter List:
2015/S sistema Especifica el sistema remoto al que se envía una
señal.

/S system Specifies remote system to send signal to.

2017/U [dominio\]usuario Especifica el contexto de usuario en el que
/U [domain\]user Specifies the user context under which
2018el comando debe ejecutarse.

the command should execute.

2020/P [contraseña] Especifica la contraseña para el contexto de
usuario dado.

/P [password] Specifies the password for the given user context.

2024/SI Envía la señal a través de la red a los equipos
que esperan

/SI Sends the signal across the net to waiting machines

2027/T tiempo_de_espera Número de segundos que se espera una señal. El
/T timeout Number of seconds to wait for signal. Valid range
2028intervalo válido es 1 - 99999. El valor
predeterminado es la espera indefinida de una
señal.

is 1 - 99999. Default is to wait forever for signal.

2031señal Nombre de la señal que hay que esperar o que se
va a enviar.

signal The name of the signal to wait for or to send.

2034/? Muestra este mensaje de ayuda.

/? Displays this help message.

2036NOTA: un sistema puede esperar varios nombres de señal exclusivos.
NOTE: A system can wait for multiple unique signal names.
2037El nombre de señal no puede superar los 255 caracteres y no puede
The signal name cannot exceed 225 characters and cannot
2038contener caracteres que no sean a-z, A-Z, 0-9 y caracteres ASCII
contain characters other than a-z, A-Z, 0-9 and ASCII
2039del intervalo 128-255.

characters in the range 128-255.

2042Ejemplos:
Examples:
2043WAITFOR /?
WAITFOR /?
2044WAITFOR InstalaciónLista
WAITFOR SetupReady
2045WAITFOR CopiaRealizada /T 100
WAITFOR CopyDone /T 100
2046WAITFOR /SI InstalaciónLista
WAITFOR /SI SetupReady
2047WAITFOR /S sistema /U usuario /P contraseña /SI CopiaRealizada
WAITFOR /S system /U user /P password /SI CopyDone
5001ERROR: ERROR:
5002ADVERTENCIA: WARNING:
5003CORRECTO: SUCCESS:
5004NFORMACIÓN: INFO:
5005N/A N/A
5501Escriba la contraseña para %s: Type the password for %s:
5502Pasar la credencial de usuario para la conexión local.
Passing the user credential for local connection.
5503El sistema de destino debe ejecutar Windows XP o una versión posterior.
The target system must be running Windows XP or above.
5504El sistema de destino debe ejecutar Windows 2000 o posterior.
The remote system must be running Windows 2000 or above.
5601Sintaxis no válida. El valor "%s" no está permitido para la opción "%s".
%s
Invalid syntax. '%s' value is not allowed for '%s' option.
%s
5602Sintaxis no válida. Especifique un valor numérico válido para "%s".
%s
Invalid syntax. Specify valid numeric value for '%s'.
%s
5603Sintaxis no válida. Especifique un valor de coma flotante válido para "%s".
%s
Invalid syntax. Specifiy valid floating point value for '%s'.
%s
5604Sintaxis no válida. Falta la opción obligatoria "%s".
%s
Invalid syntax. Mandatory option '%s' is missing.
%s
5605Sintaxis no válida. La opción "%s" no está permitida más de "%d" veces.
%s
Invalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
5607Argumento u opción no válido - "%s".
%s
Invalid argument/option - '%s'.
%s
5608Sintaxis no válida. Falta el argumento predeterminado.
%s
Invalid syntax. Default argument is missing.
%s
5609La longitud del argumento de la línea de comandos no debe superar
255 caracteres.
Length of the command line argument should not exceed 255 characters.
5610Sintaxis no válida. La opción predeterminada no está permitida más
de "%d" veces.
%s
Invalid syntax. Default option is not allowed more than '%d' time(s).
%s
5611Sintaxis no válida. Se esperaba un valor para "%s".
%s
Invalid syntax. Value expected for '%s'.
%s
5612Sintaxis no válida. El valor "%s" no está permitido como argumento
predeterminado.
%s
Invalid syntax. '%s' value is not allowed as default argument.
%s
5613Escriba "%s /?" para su uso. Type "%s /?" for usage.
5614El valor de la opción "%s" no puede estar vacío.
%s
Value for '%s' option cannot be empty.
%s
5615El valor de la opción predeterminada no puede estar vacío.
%s
Value for default option cannot be empty.
%s
5616Sintaxis incorrecta. Especifique un valor numérico correcto como
predeterminado.
%s
Invalid syntax. Specify valid numeric value for default.
%s
5617Sintaxis no válida. Especifique un valor de coma flotante válido como
predeterminado.
%s
Invalid syntax. Specifiy valid floating point value for default.
%s
5618El valor de la opción predeterminada no puede tener más de %d caracteres.
Value for default option cannot be more than %d character(s).
5619Sintaxis no válida. No se puede especificar un valor con la opción "%s".
%s
Invalid syntax. Value cannot be specified with '%s' option.
%s
5620El valor de la opción "%s" no puede tener más de %d caracteres.
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_es-es_3e4e7b8d387338f4\
File Size:13 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:12800
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:Spanish (Modern)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:waitfor: espera o envía una señal a través de una red
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:waitfor.exe
Legal Copyright:© Microsoft Corporation. Todos los derechos reservados.
Original File Name:waitfor.exe.mui
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-waitfor.resources_31bf3856ad364e35_10.0.15063.0_es-es_e22fe0098015c7be\

What is waitfor.exe.mui?

waitfor.exe.mui is Multilingual User Interface resource file that contain Spanish (Modern) language for file waitfor.exe (waitfor: espera o envía una señal a través de una red).

File version info

File Description:waitfor: espera o envía una señal a través de una red
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:waitfor.exe
Legal Copyright:© Microsoft Corporation. Todos los derechos reservados.
Original Filename:waitfor.exe.mui
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Translation:0xC0A, 1200