File name: | forfiles.exe.mui |
Size: | 9216 byte |
MD5: | dbe261d813adc68d3e269a3df98fa12a |
SHA1: | 7b70d0344bb791beaafeec31f7d1c66e1e7e8579 |
SHA256: | 8aceff28dea493ecc7d7a18e60274ca9d8939ae09e133ac5f20654cad9ea9bfc |
Operating systems: | Windows 10 |
Extension: | MUI |
In x64: | forfiles.exe ForFiles - 在所选文件上执行命令 (32 位) |
If an error occurred or the following message in Chinese (Simplified) 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 | Chinese (Simplified) | English |
---|---|---|
151 | 键入 "FORFILES /?" 了解用法信息。 |
Type "FORFILES /?" for usage. |
152 | 无效语法。 |
Invalid syntax. |
154 | 指定的日期无效。 |
Invalid date specified. |
155 | 用指定的搜索标准没有找到文件。 |
No files found with the specified search criteria. |
161 | 这个类型的文件 | Files of type |
162 | 没有找到。 |
not found. |
163 | 不是有效的可执行程序。 |
is not a valid executable. |
164 | TRUE | TRUE |
165 | FALSE | FALSE |
167 | 拒绝访问 | Access is denied for |
169 | . |
. |
170 | " | " |
171 | 指定的目录不存在。 |
The specified directory does not exist. |
172 | UNC 路径(\\machine\share)不受支持。 |
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 pathname] [/M searchmask] [/S] |
FORFILES [/P pathname] [/M searchmask] [/S] |
203 | [/C command] [/D [+ | -] {%s | dd}] |
[/C command] [/D [+ | -] {%s | dd}] |
204 | 描述: |
Description: |
205 | 选择一个文件(或一组文件)并在那个文件上 |
Selects a file (or set of files) and executes a |
206 | 执行一个命令。这有助于批处理作业。 |
command on that file. This is helpful for batch jobs. |
207 | 参数列表: |
Parameter List: |
208 | /P pathname 表示开始搜索的路径。默认文件夹是当前工作的 |
/P pathname Indicates the path to start searching. |
209 | 目录 (.)。 |
The default folder is the current working |
211 | /M searchmask 根据搜索掩码搜索文件。默认搜索掩码是 '*'。 |
/M searchmask Searches files according to a searchmask. |
213 | /S 指导 forfiles 递归到子目录。像 "DIR /S"。 |
/S Instructs forfiles to recurse into |
215 | /C command 表示为每个文件执行的命令。命令字符串应该 |
/C command Indicates the command to execute for each file. |
216 | 用双引号括起来。 |
Command strings should be wrapped in double |
218 | 默认命令是 "cmd /c echo @file"。下列变量 |
The default command is "cmd /c echo @file". |
219 | 可以用在命令字符串中: |
The following variables can be used in the |
221 | @file - 返回文件名。 |
@file - returns the name of the file. |
222 | @fname - 返回不带扩展名的文件名。 |
@fname - returns the file name without |
224 | @ext - 只返回文件的扩展名。 |
@ext - returns only the extension of the |
226 | @path - 返回文件的完整路径。 |
@path - returns the full path of the file. |
227 | @relpath - 返回文件的相对路径。 |
@relpath - returns the relative path of the |
229 | @isdir - 如果文件类型是目录,返回 "TRUE"; |
@isdir - returns "TRUE" if a file type is |
230 | 如果是文件,返回 "FALSE"。 |
a directory, and "FALSE" for files. |
231 | @fsize - 以字节为单位返回文件大小。 |
@fsize - returns the size of the file in |
233 | @fdate - 返回文件上一次修改的日期。 |
@fdate - returns the last modified date of the |
235 | @ftime - 返回文件上一次修改的时间。 |
@ftime - returns the last modified time of the |
237 | 要在命令行包括特殊字符,字符请以 0xHH |
To include special characters in the command |
238 | 形式使用十六进制代码(例如,0x09 为 tab)。 |
line, use the hexadecimal code for the character |
240 | 内部 CMD.exe 命令前面应以 "cmd /c" 开始。 |
CMD.exe commands should be preceded with |
242 | /D date 选择文件,其上一次修改日期大于或等于 (+), |
/D date Selects files with a last modified date greater |
243 | 或者小于或等于 (-) 用 "%s" 格式指定的日期; |
than or equal to (+), or less than or equal to |
245 | 或选择文件,其上一次修改日期大于或等于 (+) |
"%s" format; or selects files with a |
246 | 当前日期加 "dd" 天,或者小于或等于 (-) 当前 |
last modified date greater than or equal to (+) |
248 | 日期减 "dd" 天。有效的 "dd" 天数可以是 |
equal to (-) the current date minus "dd" days. A |
249 | 0 - 32768 范围内的任何数字。如果没有指定, |
valid "dd" number of days can be any number in |
251 | "+" 被当作默认符号。 |
"+" is taken as default sign if not specified. |
252 | /? 显示此帮助消息。 |
/? Displays this help message. |
253 | 示例: |
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 在 30 前就被更改。" |
/C "cmd /c echo @path 0x09 was changed 30 days ago" |
261 | FORFILES /D %s |
FORFILES /D %s |
262 | /C "cmd /c echo @fname 在 2001年1月1日就是新的。" |
/C "cmd /c echo @fname is new since Jan 1st 2001" |
263 | FORFILES /D +%s /C "cmd /c echo @fname 今天是新的。" |
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 | 错误: | ERROR: |
5002 | 警告: | WARNING: |
5003 | 成功: | SUCCESS: |
5004 | 信息: | INFO: |
5005 | N/A | N/A |
5501 | 请键入 %s 的密码: | Type the password for %s: |
5502 | 为本地连接传递用户凭据。 |
Passing the user credential for local connection. |
5503 | 目标系统必须运行 Windows XP 或更高版本。 |
The target system must be running Windows XP or above. |
5504 | 远程系统必须运行 Windows 2000 或更高版本。 |
The remote system must be running Windows 2000 or above. |
5601 | 无效语法。'%s' 值对 '%s' 选项不允许。 %s |
Invalid syntax. '%s' value is not allowed for '%s' option. %s |
5602 | 无效语法。请为 '%s' 指定有效的数字值。 %s |
Invalid syntax. Specify valid numeric value for '%s'. %s |
5603 | 无效语法。请为 '%s' 指定有效的浮点值。 %s |
Invalid syntax. Specifiy valid floating point value for '%s'. %s |
5604 | 无效语法。缺少强制选项 '%s'。 %s |
Invalid syntax. Mandatory option '%s' is missing. %s |
5605 | 无效语法。'%s' 选项不允许超过 '%d' 次。 %s |
Invalid syntax. '%s' option is not allowed more than '%d' time(s). %s |
5607 | 无效参数/选项 - '%s'。 %s |
Invalid argument/option - '%s'. %s |
5608 | 无效语法。缺少默认参数。 %s |
Invalid syntax. Default argument is missing. %s |
5609 | 命令行参数的长度不能超过 255 个字符。 |
Length of the command line argument should not exceed 255 characters. |
5610 | 无效语法。默认选项不允许超过 '%d' 次。 %s |
Invalid syntax. Default option is not allowed more than '%d' time(s). %s |
5611 | 无效语法。需要 '%s' 的值。 %s |
Invalid syntax. Value expected for '%s'. %s |
5612 | 无效语法。'%s' 不允许作为默认参数。 %s |
Invalid syntax. '%s' value is not allowed as default argument. %s |
5613 | 键入 "%s /?" 以了解用法。 | Type "%s /?" for usage. |
5614 | 选项 '%s' 的值不能为空。 %s |
Value for '%s' option cannot be empty. %s |
5615 | 默认选项的值不能为空。 %s |
Value for default option cannot be empty. %s |
5616 | 无效语法。请指定默认的有效数字值。 %s |
Invalid syntax. Specify valid numeric value for default. %s |
5617 | 无效语法。请指定默认的有效浮点值。 %s |
Invalid syntax. Specifiy valid floating point value for default. %s |
5618 | 默认选项的值不能超过 %d 字符。 |
Value for default option cannot be more than %d character(s). |
5619 | 无效语法。值不能用 '%s' 选项指定。 %s |
Invalid syntax. Value cannot be specified with '%s' option. %s |
5620 | '%s' 选项的值不能超过 %d 字符。 |
Value for '%s' option cannot be more than %d character(s). |
File Description: | ForFiles - 在所选文件上执行命令 |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | forfiles.exe |
Legal Copyright: | © Microsoft Corporation. All rights reserved. |
Original Filename: | forfiles.exe.mui |
Product Name: | Microsoft® Windows® Operating System |
Product Version: | 10.0.15063.0 |
Translation: | 0x804, 1200 |