| 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) |
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 |
|---|---|---|
| 151 | Digitare "FORFILES /?" per informazioni sull'utilizzo. |
Type "FORFILES /?" for usage. |
| 152 | Sintassi non valida. |
Invalid syntax. |
| 154 | Data specificata non valida. |
Invalid date specified. |
| 155 | Nessun file corrisponde ai criteri di ricerca specificati. |
No files found with the specified search criteria. |
| 161 | Tipo file | Files of type |
| 162 | non trovato. |
not found. |
| 163 | non è un'eseguibile valido. |
is not a valid executable. |
| 164 | TRUE | TRUE |
| 165 | FALSE | FALSE |
| 167 | Accesso negato per | Access is denied for |
| 169 | . |
. |
| 170 | " | " |
| 171 | La directory specificata non esiste. |
The specified directory does not exist. |
| 172 | I percorsi UNC (\\computer\condivisione) non sono supportati. |
UNC paths (\\machine\share) are not supported. |
| 173 | MM%sdd%syyyy | MM%sdd%syyyy |
| 174 | MM%syyyy%sdd | MM%syyyy%sdd |
| 175 | dd%sMM%syyyy | dd%sMM%syyyy |
| 176 | dd%syyyy%sMM | dd%syyyy%sMM |
| 177 | yyyy%sdd%sMM | yyyy%sdd%sMM |
| 178 | yyyy%sMM%sdd | yyyy%sMM%sdd |
| 201 | ||
| 202 | FORFILES [/P nomepercorso] [/M mascheraricerca] [/S] |
FORFILES [/P pathname] [/M searchmask] [/S] |
| 203 | [/C comando] [/D [+ | -] {%s | dd}] |
[/C command] [/D [+ | -] {%s | dd}] |
| 204 | Descrizione: |
Description: |
| 205 | Seleziona un file, o un gruppo di file, e esegue un |
Selects a file (or set of files) and executes a |
| 206 | comando sul file selezionato. Utile per i processi batch. |
command on that file. This is helpful for batch jobs. |
| 207 | Elenco parametri: |
Parameter List: |
| 208 | /P nomepercorso Indica il percorso da cui avviare la ricerca. |
/P pathname Indicates the path to start searching. |
| 209 | La cartella predefinita è la directory di lavoro |
The default folder is the current working |
| 210 | corrente. |
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. |
| 212 | La maschera di ricerca predefinita è '*' . |
The default searchmask is '*' . |
| 213 | /S Indica la ricerca ricorsiva nelle |
/S Instructs forfiles to recurse into |
| 214 | sottodirectory. 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. |
| 216 | Le stringhe del comando devono essere
racchiuse tra virgolette doppie. |
Command strings should be wrapped in double |
| 218 | Il 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 |
| 220 | stringa 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 |
| 223 | estensione. |
extension. |
| 224 | @ext - Restituisce solo l'estensione del |
@ext - returns only the extension of the |
| 225 | file. |
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 |
| 230 | una 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 |
| 232 | byte. |
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 |
| 236 | file. |
file. |
| 237 | Per includere caratteri speciali nella riga |
To include special characters in the command |
| 238 | di comando, utilizzare il codice esadecimale
per il carattere nel formato 0xHH (ad esempio, |
line, use the hexadecimal code for the character |
| 239 | 0x09 per TAB). I comandi interni CMD.exe |
in 0xHH format (ex. 0x09 for tab). Internal |
| 240 | devono 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 |
| 243 | o 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 |
| 245 | formato "%s", o seleziona i file con |
"%s" format; or selects files with a |
| 246 | la 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 |
| 250 | compreso 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. |
| 253 | Esempi: |
Examples: |
| 254 | FORFILES /? |
FORFILES /? |
| 255 | FORFILES |
FORFILES |
| 256 | FORFILES /P C:\WINDOWS /S /M DNS*.* |
FORFILES /P C:\WINDOWS /S /M DNS*.* |
| 257 | FORFILES /S /M *.txt /C "cmd /c type @file | more" |
FORFILES /S /M *.txt /C "cmd /c type @file | more" |
| 258 | FORFILES /P C:\ /S /M *.bat |
FORFILES /P C:\ /S /M *.bat |
| 259 | FORFILES /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" |
| 261 | FORFILES /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" |
| 263 | FORFILES /D +%s /C "cmd /c echo @fname è stato modificato oggi" |
FORFILES /D +%s /C "cmd /c echo @fname is new today" |
| 264 | FORFILES /M *.exe /D +1 |
FORFILES /M *.exe /D +1 |
| 265 | FORFILES /S /M *.doc /C "cmd /c echo @fsize" |
FORFILES /S /M *.doc /C "cmd /c echo @fsize" |
| 266 | FORFILES /M *.txt /C "cmd /c if @isdir==FALSE notepad.exe @file" | FORFILES /M *.txt /C "cmd /c if @isdir==FALSE notepad.exe @file" |
| 5001 | ERRORE: | ERROR: |
| 5002 | AVVISO: | WARNING: |
| 5003 | OPERAZIONE RIUSCITA: | SUCCESS: |
| 5004 | INFORMAZIONI: | INFO: |
| 5005 | N/D | N/A |
| 5501 | Digitare la password per %s: | Type the password for %s: |
| 5502 | Passaggio delle credenziali utente per la connessione locale. |
Passing the user credential for local connection. |
| 5503 | Sul sistema di destinazione deve essere in escuzione
Windows XP o versione successiva. |
The target system must be running Windows XP or above. |
| 5504 | Sul sistema remoto deve essere in esecuzione Windows 2000 o versione successiva. |
The remote system must be running Windows 2000 or above. |
| 5601 | Sintassi non valida. Il valore '%s' non è consentito per l'opzione '%s'. %s |
Invalid syntax. '%s' value is not allowed for '%s' option. %s |
| 5602 | Sintassi non valida. Specificare un valore numerico valido per '%s'. %s |
Invalid syntax. Specify valid numeric value for '%s'. %s |
| 5603 | Sintassi non valida. Specificare un valore di virgola mobile valido per '%s'. %s |
Invalid syntax. Specifiy valid floating point value for '%s'. %s |
| 5604 | Sintassi non valida. Opzione obbligatoria '-%s' mancante. %s |
Invalid syntax. Mandatory option '%s' is missing. %s |
| 5605 | Sintassi 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 |
| 5607 | Opzione o argomento non valido - '%s'. %s |
Invalid argument/option - '%s'. %s |
| 5608 | Sintassi non valida. Argomento predefinito mancante. %s |
Invalid syntax. Default argument is missing. %s |
| 5609 | La lunghezza dell'argomento della riga di comando non deve
superare 255 caratteri. |
Length of the command line argument should not exceed 255 characters. |
| 5610 | Sintassi 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 |
| 5611 | Sintassi non valida. È previsto un valore per '%s'. %s |
Invalid syntax. Value expected for '%s'. %s |
| 5612 | Sintassi non valida. Il valore '%s' non è consentito come argomento predefinito. %s |
Invalid syntax. '%s' value is not allowed as default argument. %s |
| 5613 | Digitare "%s /?" per informazioni sull'utilizzo. | Type "%s /?" for usage. |
| 5614 | Il valore per l'opzione "%s" non può essere vuoto. %s |
Value for '%s' option cannot be empty. %s |
| 5615 | Il valore per l'opzione predefinita non può essere vuoto. %s |
Value for default option cannot be empty. %s |
| 5616 | Sintassi non valida. Specificare un valore numerico valido
per l'opzione predefinita. %s |
Invalid syntax. Specify valid numeric value for default. %s |
| 5617 | Sintassi non valida. Specificare un valore di virgola
mobile valido per l'opzione predefinita. %s |
Invalid syntax. Specifiy valid floating point value for default. %s |
| 5618 | Il valore per l'opzione predefinita non può superare i %d caratteri. |
Value for default option cannot be more than %d character(s). |
| 5619 | Sintassi non valida. Impossibile specificare il valore con l'opzione "%s". %s |
Invalid syntax. Value cannot be specified with '%s' option. %s |
| 5620 | Il valore per l'opzione "%s" non può superare i %d caratteri. |
Value for '%s' option cannot be more than %d character(s). |
| 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 |