waitfor.exe waitfor - attende/invia un segnale in una rete 3488bf4a449db6d9c46df0182e8983d7

File info

File name: waitfor.exe.mui
Size: 13312 byte
MD5: 3488bf4a449db6d9c46df0182e8983d7
SHA1: a1a51cda94804e11794df59aa521509a96715bac
SHA256: de1c27f9b87b189e12a4fa2ec593dfeed6507b4164180b2f1f97ee43abc6abc1
Operating systems: Windows 10
Extension: MUI
In x64: waitfor.exe waitfor - attende/invia un segnale in una rete (32 bit)

Translations messages and strings

If an error occurred or the following message in Italian 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 Italian English
251ERRORE: impossibile inviare il segnale "%s".
ERROR: Unable to send signal '%s'.
252ERRORE: impossibile attendere il segnale specificato.
ERROR: Cannot wait for the specified signal.
253ERRORE: timeout durante l'attesa di '%s'.
ERROR: Timed out waiting for '%s'.
254ERRORE: si è verificato l'errore imprevisto %ld.
ERROR: Unexpected error %ld occurred.
255ERRORE: il valore di timeout non può essere 0.
ERROR: Timeout value cannot be 0.
256ERRORE: il segnale e il timeout si escludono a vicenda.
ERROR: Signal and timeout are mutually exclusive.
257ERRORE: /S non può essere vuoto.
ERROR: /S cannot be empty.
258ERRORE: /U non può essere vuoto.
ERROR: /U cannot be empty.
259ERRORE: /Si non può essere vuoto.
ERROR: /Si cannot be empty.
260ERRORE: il nome del segnale non è stato specificato.
ERROR: Signal name not specified.
261ERRORE: sintassi non valida.
Digitare "WAITFOR /?" per informazioni sull'utilizzo.
ERROR: Invalid syntax.
Type "WAITFOR /?" for usage.
262ERRORE: impossibile recuperare il nome host dall'indirizzo IP.
ERROR: Unable to retrieve host name from the ipaddress.
263ERRORE: valore non valido per /T.
Digitare "WAITFOR /?" per informazioni sull'utilizzo.
ERROR: Invalid value for /T.
Type "WAITFOR /?" for usage.
264ERRORE: il nome del segnale non può superare i 214 caratteri.
ERROR: The signal name cannot exceed 214 characters.
265Il segnale può contenere i caratteri a-z, A-Z, 0-9
e i caratteri ASCII compresi nell'intervallo 128-255.
The signal cannot contain characters other than a-z, A-Z, 0-9
and ASCII characters in the range 128-255.
266AVVISO: nelle connessioni locali le credenziali utente vengono ignorate.
WARNING: User credentials are ignored for local connections.
267ERRORE: sintassi non valida. Il nome utente è stato specificato
senza specificare il nome del sistema.
ERROR: Invalid syntax. Username specified without specifying system name.
268ERRORE: sintassi non valida. La password è stata specificata
senza specificare il nome utente.
ERROR: Invalid syntax. Password specified without specifying user name.
501OPERAZIONE RIUSCITA: segnale ricevuto.
SUCCESS: Signal received.
502OPERAZIONE RIUSCITA: segnale inviato.
SUCCESS: Signal sent.
503ERRORE: impossibile recuperare il nome del sistema.
ERROR: Unable to retrieve the system name.
504ERRORE: impossibile chiudere l'handle.
ERROR: Unable to close the handle.
505ERRORE: impossibile inviare il segnale specificato.
ERROR: Cannot send the specified signal.
506ERRORE: impossibile inviare il segnale. Connessione di rete non rilevata.
ERROR: Unable to send signal, no network connection detected.
2001
WaitFor può essere utilizzata in due modi diversi:

Sintassi 1: per inviare un segnale

WaitFor has two ways of working:

Syntax 1: to send a signal
2002WAITFOR [/S sistema [/U utente [/P [password]]]] /SI segnale
WAITFOR [/S system [/U user [/P [password]]]] /SI signal
2004
Sintassi 2: per attendere un segnale

Syntax 2: to wait for a signal
2005WAITFOR [/T timeout] segnale

WAITFOR [/T timeout] signal

2007Descrizione:
Description:
2008Questo strumento invia (o attende) un segnale a un sistema.
Se l'opzione /S non è specificata, il segnale verrà inviato
This tool sends, or waits for, a signal on a system. When /S is not
2009via broadcast a tutti i sistemi presenti in un dominio. Se l'opzione
specified, the signal will be broadcasted to all the systems in a
2010/S è specificata, il segnale verrà inviato solo al sistema
domain. If /S is specified, then the signal will be sent only
2011specificato.

to the specified system.

2014Elenco parametri:
Parameter List:
2015/S sistema Specifica il sistema remoto a cui inviare
il segnale.

/S system Specifies remote system to send signal to.

2017/U [dominio\]utente Specifica il contesto utente in cui eseguire
/U [domain\]user Specifies the user context under which
2018il comando.

the command should execute.

2020/P [password] Specifica la password per il contesto utente indicato.

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

2024/SI Invia il segnale nella rete ai computer in attesa

/SI Sends the signal across the net to waiting machines

2027/T timeout Numero di secondi in cui è necessario attendere
un segnale. L'intervallo valido è compreso tra 1 e
/T timeout Number of seconds to wait for signal. Valid range
202899999. Per impostazione predefinita, il tempo di
attesa di un segnale è infinito.

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

2031segnale Il nome del segnale che è necessario attendere
o inviare.

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

2034/? Visualizza questo messaggio della Guida.

/? Displays this help message.

2036NOTA: un sistema può attendere più nomi di segnali univoci.
NOTE: A system can wait for multiple unique signal names.
2037Il nome del segnale non può superare i 225 caratteri e può
The signal name cannot exceed 225 characters and cannot
2038contenere i caratteri a-z, A-Z, 0-9 e i caratteri ASCII
contain characters other than a-z, A-Z, 0-9 and ASCII
2039compresi nell'intervallo 128-255.

characters in the range 128-255.

2042Esempi:
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 utente /P password /SI CopyDone
WAITFOR /S system /U user /P password /SI CopyDone
5001ERRORE: ERROR:
5002AVVISO: WARNING:
5003OPERAZIONE RIUSCITA: SUCCESS:
5004INFORMAZIONI: INFO:
5005N/D N/A
5501Digitare la password per %s: Type the password for %s:
5502Passaggio delle credenziali utente per la connessione locale.
Passing the user credential for local connection.
5503Sul sistema di destinazione deve essere in escuzione
Windows XP o versione successiva.
The target system must be running Windows XP or above.
5504Sul sistema remoto deve essere in esecuzione Windows 2000 o versione successiva.
The remote system must be running Windows 2000 or above.
5601Sintassi non valida. Il valore '%s' non è consentito per l'opzione '%s'.
%s
Invalid syntax. '%s' value is not allowed for '%s' option.
%s
5602Sintassi non valida. Specificare un valore numerico
valido per '%s'.
%s
Invalid syntax. Specify valid numeric value for '%s'.
%s
5603Sintassi non valida. Specificare un valore di virgola mobile valido per '%s'.
%s
Invalid syntax. Specifiy valid floating point value for '%s'.
%s
5604Sintassi non valida. Opzione obbligatoria '-%s' mancante.
%s
Invalid syntax. Mandatory option '%s' is missing.
%s
5605Sintassi non valida. L'opzione '%s' non è consentita per un
numero di volte superiore a '%d'.
%s
Invalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
5607Argomento o opzione non valido - '%s'.
%s
Invalid argument/option - '%s'.
%s
5608Sintassi non valida. Argomento predefinito mancante.
%s
Invalid syntax. Default argument is missing.
%s
5609La lunghezza dell'argomento della riga di comando non deve
superare 255 caratteri.
Length of the command line argument should not exceed 255 characters.
5610Sintassi non valida. L'opzione predefinita non è consentita
per un numero di volte superiore a '%d'.
%s
Invalid syntax. Default option is not allowed more than '%d' time(s).
%s
5611Sintassi non valida. È previsto un valore per '%s'.
%s
Invalid syntax. Value expected for '%s'.
%s
5612Sintassi non valida. Il valore '%s' non è consentito come argomento predefinito.
%s
Invalid syntax. '%s' value is not allowed as default argument.
%s
5613Digitare "%s /?" per informazioni sull'utilizzo. Type "%s /?" for usage.
5614Il valore per l'opzione "%s" non può essere vuoto.
%s
Value for '%s' option cannot be empty.
%s
5615Il valore per l'opzione predefinita non può essere vuoto.
%s
Value for default option cannot be empty.
%s
5616Sintassi non valida. Specificare un valore numerico valido
per l'opzione predefinita.
%s
Invalid syntax. Specify valid numeric value for default.
%s
5617Sintassi non valida. Specificare un valore di virgola mobile
valido per l'opzione predefinita.
%s
Invalid syntax. Specifiy valid floating point value for default.
%s
5618Il valore per l'opzione predefinita non può superare i %d caratteri.
Value for default option cannot be more than %d character(s).
5619Sintassi non valida. Impossibile specificare il valore con l'opzione "%s".
%s
Invalid syntax. Value cannot be specified with '%s' option.
%s
5620Il valore per l'opzione "%s" non può superare i %d caratteri.
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_it-it_cb2de7d3027734d4\
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:Italian
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:waitfor - attende/invia un segnale in una rete
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:waitfor.exe
Legal Copyright:© Microsoft Corporation. Tutti i diritti riservati.
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_it-it_6f0f4c4f4a19c39e\

What is waitfor.exe.mui?

waitfor.exe.mui is Multilingual User Interface resource file that contain Italian language for file waitfor.exe (waitfor - attende/invia un segnale in una rete).

File version info

File Description:waitfor - attende/invia un segnale in una rete
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:waitfor.exe
Legal Copyright:© Microsoft Corporation. Tutti i diritti riservati.
Original Filename:waitfor.exe.mui
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Translation:0x410, 1200