findstr.exe Служебная программа для поиска строк (QGREP) e84ac3470b8474adfe1b610ec4ecbb87

File info

File name: findstr.exe.mui
Size: 9728 byte
MD5: e84ac3470b8474adfe1b610ec4ecbb87
SHA1: 8bcb57c82e486a763d56d07fd2d7496460b17116
SHA256: a126a24b6e97e9742b4a0176b6b49a3f77b485589e9c112dea337da698ccbb0b
Operating systems: Windows 10
Extension: MUI
In x64: findstr.exe Служебная программа для поиска строк (QGREP) (32 бита)

Translations messages and strings

If an error occurred or the following message in Russian 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 Russian 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:файл] [/C:строка] [/G:файл] [/D:список_папок] [/A:цвета] [/OFF[LINE]] строки [[диск:][путь]имя_файла[ ...]] /B Искать образец только в началах строк. /E Искать образец только в конце строк. /L Поиск строк дословно. /R Поиск строк как регулярных выражений. /S Поиск файлов в текущей папке и всех ее подпапках. /I Определяет, что поиск будет вестись без учета регистра. /X Печатает строки, которые совпадают точно. /V Печатает строки, не содержащие совпадений с искомыми. /N Печатает номер строки, в которой найдено совпадение. /M Печатает только имя файла, в котором найдено совпадение. /O Печатает найденные строки через пустую строку. /P Пропускает строки, содержащие непечатаемые символы. /OFF[LINE] Не пропускает файлы с установленным атрибутом \"Автономный\". /A:цвета Две шестнадцатеричные цифры - атрибуты цвета. См. \"COLOR /?\" /F:файл Читает список файлов из заданного файла (/ для консоли). /C:строка Использует заданную строку как искомую фразу поиска. /G:файл Получение строк из заданного файла (/ для консоли). /D:список_папок Поиск в списке папок (разделяются точкой с запятой). строка Искомый текст. [диск:][путь]имя_файла Задает имя файла или файлов.Использовать пробелы для разделения нескольких искомых строк, если аргумент неимеет префикса /C. Например, 'FINDSTR \"Привет мир\" a.b' ищет \"Привет\" или\"мир\" в файле a.b, а команда 'FINDSTR /C:\"Привет мир\" a.b' ищет строку\"Привет мир\" в файле a.b.Краткая сводка по синтаксису регулярных выражений: . Любой символ. * Повтор: ноль или более вхождений предыдущего символа или класса ^ Позиция в строке: начало строки $ Позиция в строке: конец строки [класс] Класс символов: любой единичный символ из множества [^класс] Обратный класс символов: любой единичный символ из дополнения [x-y] Диапазон: любые символы из указанного диапазона \\x Служебный символ: символьное обозначение служебного символа 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:строка\"). Too many /C:string specified.
0x16Пропущено файлов с установленным атрибутом \"Автономный\": %1.Чтобы не пропускать файлы с этим атрибутом, используйте ключ /OFFLINE. %1: Files with offline attribute were skipped.Use /OFFLINE for not skipping such files.

EXIF

File Name:findstr.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-findstr.resources_31bf3856ad364e35_10.0.15063.0_ru-ru_7a49c72a88dab3de\
File Size:9.5 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:9216
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:Russian
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Служебная программа для поиска строк (QGREP)
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:findstr
Legal Copyright:© Корпорация Майкрософт. Все права защищены.
Original File Name:FINDSTR.EXE.MUI
Product Name:Операционная система Microsoft® Windows®
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-findstr.resources_31bf3856ad364e35_10.0.15063.0_ru-ru_849e717cbd3b75d9\

What is findstr.exe.mui?

findstr.exe.mui is Multilingual User Interface resource file that contain Russian language for file findstr.exe (Служебная программа для поиска строк (QGREP)).

File version info

File Description:Служебная программа для поиска строк (QGREP)
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:findstr
Legal Copyright:© Корпорация Майкрософт. Все права защищены.
Original Filename:FINDSTR.EXE.MUI
Product Name:Операционная система Microsoft® Windows®
Product Version:10.0.15063.0
Translation:0x419, 1200