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 |
0x1 | %1: 错误的命令行 |
%1: Bad command line |
0x2 | %1: 内存不足 |
%1: Out of memory |
0x3 | 在文件中寻找字符串。FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/P] [/F:file] [/C:string] [/G:file] [/D:dir list] [/A:color attributes] [/OFF[LINE]] strings [[drive:][path]filename[ ...]] /B 在一行的开始配对模式。 /E 在一行的结尾配对模式。 /L 按字使用搜索字符串。 /R 将搜索字符串作为一般表达式使用。 /S 在当前目录和所有子目录中搜索匹配文件。 /I 指定搜索不分大小写。 /X 打印完全匹配的行。 /V 只打印不包含匹配的行。 /N 在匹配的每行前打印行数。 /M 如果文件含有匹配项,只打印其文件名。 /O 在每个匹配行前打印字符偏移量。 /P 忽略有不可打印字符的文件。 /OFF[LINE] 不跳过带有脱机属性集的文件。 /A:attr 指定有十六进位数字的颜色属性。请见 \"color /?\" /F:file 从指定文件读文件列表 (/ 代表控制台)。 /C:string 使用指定字符串作为文字搜索字符串。 /G:file 从指定的文件获得搜索字符串。 (/ 代表控制台)。 /D:dir 查找以分号为分隔符的目录列表 strings 要查找的文字。 [drive:][path]filename 指定要查找的文件。除非参数有 /C 前缀,请使用空格隔开搜索字符串。例如: 'FINDSTR \"hello there\" x.y' 在文件 x.y 中寻找 \"hello\" 或\"there\"。'FINDSTR /C:\"hello there\" x.y' 文件 x.y 寻找\"hello there\"。一般表达式的快速参考: . 通配符: 任何字符 * 重复: 以前字符或类出现零或零以上次数 ^ 行位置: 行的开始 $ 行位置: 行的终点 [class] 字符类: 任何在字符集中的字符 [^class] 补字符类: 任何不在字符集中的字符 [x-y] 范围: 在指定范围内的任何字符 \\x Escape: 元字符 x 的文字用法 \\ 字位置: 字的结束有关 FINDSTR 常见表达法的详细情况,请见联机命令参考。 |
Searches for strings in files.FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/P] [/F:file] [/C:string] [/G:file] [/D:dir list] [/A:color attributes] [/OFF[LINE]] strings [[drive:][path]filename[ ...]] /B Matches pattern if at the beginning of a line. /E Matches pattern if at the end of a line. /L Uses search strings literally. /R Uses search strings as regular expressions. /S Searches for matching files in the current directory and all subdirectories. /I Specifies that the search is not to be case-sensitive. /X Prints lines that match exactly. /V Prints only lines that do not contain a match. /N Prints the line number before each line that matches. /M Prints only the filename if a file contains a match. /O Prints character offset before each matching line. /P Skip files with non-printable characters. /OFF[LINE] Do not skip files with offline attribute set. /A:attr Specifies color attribute with two hex digits. See \"color /?\" /F:file Reads file list from the specified file(/ stands for console). /C:string Uses specified string as a literal search string. /G:file Gets search strings from the specified file(/ stands for console). /D:dir Search a semicolon delimited list of directories strings Text to be searched for. [drive:][path]filename Specifies a file or files to search.Use spaces to separate multiple search strings unless the argument is prefixedwith /C. For example, 'FINDSTR \"hello there\" x.y' searches for \"hello\" or\"there\" in file x.y. 'FINDSTR /C:\"hello there\" x.y' searches for\"hello there\" in file x.y.Regular expression quick reference: . Wildcard: any character * Repeat: zero or more occurrences of previous character or class ^ Line position: beginning of line $ Line position: end of line [class] Character class: any one character in set [^class] Inverse class: any one character not in set [x-y] Range: any characters within the specified range \\x Escape: literal use of metacharacter x \\ Word position: end of wordFor full information on FINDSTR regular expressions refer to the online CommandReference. |
0x4 | %1: 无法打开 %2 |
%1: Cannot open %2 |
0x5 | %1: 写入错误 |
%1: Write error |
0x6 | %1: 忽略 %2 |
%1: %2 ignored |
0x7 | %1: 无法从 %2 读取字符串 |
%1: Cannot read strings from %2 |
0x8 | 字符串计数错误: (%1 与 %2 并不相等) |
String count error: (%1 does not equal %2) |
0x9 | %1: 无法从 %2 读取文件列表 |
%1: Cannot read file list from %2 |
0xA | 字符串列表太多 |
Too many string lists |
0xB | %1: /%2 后面缺少参数 |
%1: Argument missing after /%2 |
0xC | %1: 没有搜索字符串 |
%1: No search strings |
0xD | %1: 读取文件失败。(不能创建文件映射。) |
%1: Read file failed. (Cannot create file mapping.) |
0xE | %1: 读取文件失败。(不能映射文件视窗。) |
%1: Read file failed. (Cannot map view of file.) |
0xF | %1: 读取文件 %2 错误。 |
%1: Error reading file %2. |
0x10 | %1: 搜索字符串太长。 |
%1: Search string too long. |
0x11 | %1: 无法得到目前的目录。 |
%1: Unable to get current directory. |
0x12 | %1: 行 %2 太长。 |
%1: Line %2 is too long. |
0x13 | 仅指定 /L 或 /R。 |
Specify only /L or /R. |
0x14 | 无法设置区域设置。 |
Unable to set locale. |
0x15 | 指定的 /C:string 太多。 |
Too many /C:string specified. |
0x16 | %1: 跳过了具有脱机属性的文件。若要不跳过此类文件,请使用 /OFFLINE。 |
%1: Files with offline attribute were skipped.Use /OFFLINE for not skipping such files. |