scrrun.dll.mui Microsoft ® Script Runtime 84ecb763e80139d6eb6e191a59583da6

File info

File name: scrrun.dll.mui
Size: 10240 byte
MD5: 84ecb763e80139d6eb6e191a59583da6
SHA1: 05753c3fd751d8246d8096ac8245b81c298f8cdf
SHA256: 8d218ea323347b09f705be6efd693d5160c5e5bb035e8856f7d1e6142ce1e554
Operating systems: Windows 10
Extension: MUI

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
1001scrrn scrrn
16384Библиотека выполнения сценариев (Microsoft) Microsoft Scripting Runtime
16385Интерфейс Scripting.Dictionary Scripting.Dictionary Interface
16386Задать или извлечь элемент по заданному ключу Set or get the item for a given key
16387Добавить в словарь новый ключ и элемент. Add a new key and item to the dictionary.
16388Получить количество элементов в словаре. Get the number of items in the dictionary.
16389Определить, имеется ли в словаре заданный ключ. Determine if a given key is in the dictionary.
16390Получить массив всех элементов словаря. Get an array containing all items in the dictionary.
16391Сменить ключ на другой ключ. Change a key to a different key.
16392Получить массив всех ключей словаря. Get an array containing all keys in the dictionary.
16393Удалить указанный ключ из словаря. Remove a given key from the dictionary.
16394Удалить все данные из словаря. Remove all information from the dictionary.
16395Установить или получить метод сравнения строк. Set or get the string comparison method.
16396Scripting.Dictionary Scripting.Dictionary
16397Получить коллекцию дисков Get drives collection
16398Создать путь из существующего пути и имени Generate a path from an existing path and a name
16399Извлечь имя диска из пути Return drive from a path
16400Вернуть путь к родительской папке Return path to the parent folder
16401Извлечь имя файла из пути Return the file name from a path
16402Извлечь базовое имя из пути Return base name from a path
16403Извлечь расширение из пути Return extension from path
16404Вернуть каноническое представление пути Return the canonical representation of the path
16405Создать имя для временного файла Generate name that can be used to name a temporary file
16406Проверка, существует ли диск или сетевой ресурс Check if a drive or a share exists
16407Проверка, существует ли файл Check if a file exists
16408Проверка, существует ли путь Check if a path exists
16409Получить диск или сетевой (UNC) ресурс Get drive or UNC share
16410Получить файл Get file
16411Получить папку Get folder
16412Получить размещение различных системных папок Get location of various system folders
16413Удалить файл Delete a file
16414Удалить папку Delete a folder
16415Переместить файл Move a file
16416Переместить папку Move a folder
16417Копировать файл Copy a file
16418Копировать папку Copy a folder
16419Создать папку Create a folder
16420Создать файл как текстовый поток (TextStream) Create a file as a TextStream
16421Открыть файл как текстовый поток (TextStream) Open a file as a TextStream
16422Интерфейс диска Drive Interface
16423Путь Path
16424Имя диска Drive letter
16425Сетевое имя Share name
16426Тип диска Drive type
16427Корневая папка Root folder
16428Определить свободное пространство Get available space
16429Получить свободное место на диске Get drive free space
16430Получить полный размер диска Get total drive size
16431Имя тома Name of volume
16432Тип файловой системы Filesystem type
16433Серийный номер Serial number
16434Проверка, доступен ли диск Check if disk is available
16435Интерфейс коллекции дисков Drive Collection Interface
16436Получить диск Get drive
16437Количество дисков Number of drives
16438Интерфейс папки Folder Interface
16439Путь к папке Path to folder
16440Получить имя папки Get name of folder
16441Задать имя папки Set name of folder
16442Короткий путь Short path
16443Короткое имя Short name
16444Получить диск, содержащий папку Get drive that contains folder
16445Получить родительскую папку Get parent folder
16446Атрибуты папки Folder attributes
16447Дата создания папки Date folder was created
16448Дата последнего изменения папки Date folder was last modified
16449Дата последнего доступа к папке Date folder was last accessed
16450Описание типа Type description
16451Удалить данную папку Delete this folder
16452Копировать данную папку Copy this folder
16453Переместить данную папку Move this folder
16454Истина, если папка корневая True if folder is root
16455Суммировать файлы и подпапки Sum of files and subfolders
16456Получить коллекцию папок Get folders collection
16457Получить коллекцию файлов Get files collection
16459Интерфейс коллекции папок Folder Collection Interface
16460Создать новую папку Create a new folder
16462Число папок Number of folders
16463Интерфейс файла (File) File Interface
16464Путь к файлу Path to the file
16465Получить имя файла Get name of file
16466Задать имя файла Set name of file
16469Получить диск, содержащий файл Get drive that contains file
16470Получить папку, содержащую файл Get folder that contains file
16471Атрибуты файла File attributes
16472Дата создания файла Date file was created
16473Дата последнего изменения файла Date file was last modified
16474Дата последнего доступа к файлу Date file was last accessed
16475Размер файла File size
16477Удалить данный файл Delete this file
16478Копировать данный файл Copy this file
16479Переместить данный файл Move this file
16481Интерфейс коллекции файлов File Collection Interface
16484Интерфейс Scripting.TextStream Scripting.TextStream Interface
16485Текущий номер строки Current line number
16486Текущий номер столбца Current column number
16487Текущая позиция в конце потока? Is the current position at the end of the stream?
16488Текущая позиция в конце строки? Is the current position at the end of a line?
16489Прочитать указанное количество символов в строковую переменную Read a specific number of characters into a string
16490Считать всю строку в строковую переменную Read an entire line into a string
16491Считать весь поток в строковую переменную Read the entire stream into a string
16492Записать строку в поток Write a string to the stream
16493Записать строку и символ конца строки в поток Write a string and an end of line to the stream
16494Записать несколько пустых строк в поток Write a number of blank lines to the stream
16495Пропустить указанное количество символов Skip a specific number of characters
16496Пропустить строку Skip a line
16497Закрыть текстовый поток Close a text stream
16498Объект FileSystem FileSystem Object
16499Объект Drive Drive Object
16500Коллекция дисков, представленных именами дисков Collection of drives associated with drive letters
16501Объект Folder Folder object
16502Коллекция подпапок в папке Collection of subfolders in a folder
16503Объект File File object
16504Коллекция файлов в папке Collection of files in a folder
16505Объект TextStream TextStream object
16506FileSystemObject FileSystemObject
16507Объект Script Encoder Script Encoder Object
16508Интерфейс Script Encoder Script Encoder Interface
16509Объект HTML Host Encode HTML Host Encode Object
16510Объект ASP Host Encode ASP Host Encode Object
16511Вызвать кодировщик (Encoder), определенный в szExt, передавая bstrStreamIn и возможные аргументы Call the Encoder determined by szExt, passing bstrStreamIn and optional arguments
16512Извлечь стандартный поток ввода, вывода или сообщений об ошибках Retrieve the standard input, output or error stream
16515Извлечь версию указанного файла в строку Retrieve the file version of the specified file into a string

EXIF

File Name:scrrun.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-scripting.resources_31bf3856ad364e35_10.0.15063.0_ru-ru_e56191fce1475bab\
File Size:10 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:9728
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:5.812.10240.16384
Product Version Number:5.812.10240.16384
File Flags Mask:0x0003
File Flags:(none)
File OS:Win32
Object File Type:Dynamic link library
File Subtype:0
Language Code:Russian
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Microsoft ® Script Runtime
File Version:5.812.10240.16384
Internal Name:scrrun.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:scrrun.dll.mui
Product Name:Microsoft ® Script Runtime
Product Version:5.812.10240.16384
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-scripting.resources_31bf3856ad364e35_10.0.15063.0_ru-ru_8942f67928e9ea75\

What is scrrun.dll.mui?

scrrun.dll.mui is Multilingual User Interface resource file that contain Russian language for file scrrun.dll (Microsoft ® Script Runtime).

File version info

File Description:Microsoft ® Script Runtime
File Version:5.812.10240.16384
Company Name:Microsoft Corporation
Internal Name:scrrun.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:scrrun.dll.mui
Product Name:Microsoft ® Script Runtime
Product Version:5.812.10240.16384
Translation:0x419, 1200