forfiles.exe ForFiles - Esegue un comando sui file selezionati 012668b04d2a68e2c7d6c0a16a584342

File info

File name: forfiles.exe.mui
Size: 15872 byte
MD5: 012668b04d2a68e2c7d6c0a16a584342
SHA1: 250b7d08b919cf3993ff1b2267959d0375604558
SHA256: 5114d75140f0a2c3d90967362b8f717e3fec5879a6c3c3a09b76a33001a97e9c
Operating systems: Windows 10
Extension: MUI
In x64: forfiles.exe ForFiles - Esegue un comando sui file selezionati (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
151Digitare "FORFILES /?" per informazioni sull'utilizzo.
Type "FORFILES /?" for usage.
152Sintassi non valida.
Invalid syntax.
154Data specificata non valida.
Invalid date specified.
155Nessun file corrisponde ai criteri di ricerca specificati.
No files found with the specified search criteria.
161Tipo file Files of type
162non trovato.
not found.
163non è un'eseguibile valido.
is not a valid executable.
164TRUE TRUE
165FALSE FALSE
167Accesso negato per Access is denied for
169.
.
170" "
171La directory specificata non esiste.
The specified directory does not exist.
172I percorsi UNC (\\computer\condivisione) non sono supportati.
UNC paths (\\machine\share) are not supported.
173MM%sdd%syyyy MM%sdd%syyyy
174MM%syyyy%sdd MM%syyyy%sdd
175dd%sMM%syyyy dd%sMM%syyyy
176dd%syyyy%sMM dd%syyyy%sMM
177yyyy%sdd%sMM yyyy%sdd%sMM
178yyyy%sMM%sdd yyyy%sMM%sdd
201

202FORFILES [/P nomepercorso] [/M mascheraricerca] [/S]
FORFILES [/P pathname] [/M searchmask] [/S]
203[/C comando] [/D [+ | -] {%s | dd}]

[/C command] [/D [+ | -] {%s | dd}]

204Descrizione:
Description:
205Seleziona un file, o un gruppo di file, e esegue un
Selects a file (or set of files) and executes a
206comando sul file selezionato. Utile per i processi batch.

command on that file. This is helpful for batch jobs.

207Elenco parametri:
Parameter List:
208/P nomepercorso Indica il percorso da cui avviare la ricerca.
/P pathname Indicates the path to start searching.
209La cartella predefinita è la directory di lavoro
The default folder is the current working
210corrente.

directory (.).

211/M masch.ricerca Esegue la ricerca di file in base a una
maschera di ricerca.
/M searchmask Searches files according to a searchmask.
212La maschera di ricerca predefinita è '*' .

The default searchmask is '*' .

213/S Indica la ricerca ricorsiva nelle
/S Instructs forfiles to recurse into
214sottodirectory. Come "DIR /S".

subdirectories. Like "DIR /S".

215/C comando Indica il comando da eseguire per ciascun file.
/C command Indicates the command to execute for each file.
216Le stringhe del comando devono essere
racchiuse tra virgolette doppie.

Command strings should be wrapped in double
218Il comando predefinito è "cmd /c echo @file".

The default command is "cmd /c echo @file".

219È possibile utilizzare le seguenti variabili nella
The following variables can be used in the
220stringa di comando:
command string:
221@file - Restituisce il nome del file.
@file - returns the name of the file.
222@fname - Restituisce il nome file senza
@fname - returns the file name without
223estensione.
extension.
224@ext - Restituisce solo l'estensione del
@ext - returns only the extension of the
225file.
file.
226@path - Restituisce il percorso completo del file.
@path - returns the full path of the file.
227@relpath - Restituisce il percorso relativo del
@relpath - returns the relative path of the
229@isdir - Restituisce "TRUE" se il tipo di file è
@isdir - returns "TRUE" if a file type is
230una directory e "FALSE" per i file.
a directory, and "FALSE" for files.
231@fsize - Restituisce le dimensioni del file in
@fsize - returns the size of the file in
232byte.
bytes.
233@fdate - Restituisce la data dell'ultima modifica del
@fdate - returns the last modified date of the
235@ftime - Restituisce l'ora dell'ultima modifica del
@ftime - returns the last modified time of the
236file.

file.

237Per includere caratteri speciali nella riga
To include special characters in the command
238di comando, utilizzare il codice esadecimale
per il carattere nel formato 0xHH (ad esempio,
line, use the hexadecimal code for the character
2390x09 per TAB). I comandi interni CMD.exe
in 0xHH format (ex. 0x09 for tab). Internal
240devono essere preceduti da "cmd /c".

CMD.exe commands should be preceded with
242/D data Seleziona i file con la data dell'ultima
modifica successiva
/D date Selects files with a last modified date greater
243o uguale a (+), o precedente o uguale alla
than or equal to (+), or less than or equal to
244(-), data specificata utilizzando il
(-), the specified date using the
245formato "%s", o seleziona i file con
"%s" format; or selects files with a
246la data dell'ultima modifica successiva
o uguale alla (+) data corrente più
last modified date greater than or equal to (+)
247"gg" giorni, o precedente o uguale alla
the current date plus "dd" days, or less than or
248(-) data corrente meno "gg" giorni. Un numero
equal to (-) the current date minus "dd" days. A
249"gg" di giorni valido può essere qualsiasi numero
valid "dd" number of days can be any number in
250compreso tra 0 e 32768.
the range of 0 - 32768.
251"+" viene considerato il segno predefinito se
non altrimenti specificato.

"+" is taken as default sign if not specified.

252/? Visualizza questo messaggio della Guida.

/? Displays this help message.

253Esempi:
Examples:
254FORFILES /?
FORFILES /?
255FORFILES
FORFILES
256FORFILES /P C:\WINDOWS /S /M DNS*.*
FORFILES /P C:\WINDOWS /S /M DNS*.*
257FORFILES /S /M *.txt /C "cmd /c type @file | more"
FORFILES /S /M *.txt /C "cmd /c type @file | more"
258FORFILES /P C:\ /S /M *.bat
FORFILES /P C:\ /S /M *.bat
259FORFILES /D -30 /M *.exe
FORFILES /D -30 /M *.exe
260/C "cmd /c echo @path 0x09 è stato modificato 30 giorni fa"
/C "cmd /c echo @path 0x09 was changed 30 days ago"
261FORFILES /D %s
FORFILES /D %s
262/C "cmd /c echo @fname è stato modificato dopo il 1 gennaio 2001"
/C "cmd /c echo @fname is new since Jan 1st 2001"
263FORFILES /D +%s /C "cmd /c echo @fname è stato modificato oggi"
FORFILES /D +%s /C "cmd /c echo @fname is new today"
264FORFILES /M *.exe /D +1
FORFILES /M *.exe /D +1
265FORFILES /S /M *.doc /C "cmd /c echo @fsize"
FORFILES /S /M *.doc /C "cmd /c echo @fsize"
266FORFILES /M *.txt /C "cmd /c if @isdir==FALSE notepad.exe @file" FORFILES /M *.txt /C "cmd /c if @isdir==FALSE notepad.exe @file"
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
5607Opzione o argomento 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:forfiles.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-forfiles.resources_31bf3856ad364e35_10.0.15063.0_it-it_766d6c63ed2aa322\
File Size:16 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:15360
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:ForFiles - Esegue un comando sui file selezionati
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:forfiles.exe
Legal Copyright:© Microsoft Corporation. Tutti i diritti riservati.
Original File Name:forfiles.exe.mui
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-forfiles.resources_31bf3856ad364e35_10.0.15063.0_it-it_1a4ed0e034cd31ec\

What is forfiles.exe.mui?

forfiles.exe.mui is Multilingual User Interface resource file that contain Italian language for file forfiles.exe (ForFiles - Esegue un comando sui file selezionati).

File version info

File Description:ForFiles - Esegue un comando sui file selezionati
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:forfiles.exe
Legal Copyright:© Microsoft Corporation. Tutti i diritti riservati.
Original Filename:forfiles.exe.mui
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Translation:0x410, 1200