scrrun.dll.mui Microsoft ® Script Runtime d10b2ecc92cca63618e80025b25cfc47

File info

File name: scrrun.dll.mui
Size: 10240 byte
MD5: d10b2ecc92cca63618e80025b25cfc47
SHA1: 47088b738b4febb2a64d9d28a3bc2e96f444d732
SHA256: e832fd1642f03c21e75a607e33a3677e45452f0f0cfe17612a2a579adbf42a8d
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Czech 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 Czech English
1001scrrn scrrn
16384Microsoft Scripting Runtime Microsoft Scripting Runtime
16385Rozhraní Scripting.Dictionary Scripting.Dictionary Interface
16386Nastavení nebo získání položky pro daný klíč Set or get the item for a given key
16387Přidání nového klíče a položky do slovníku Add a new key and item to the dictionary.
16388Získání počtu položek ve slovníku Get the number of items in the dictionary.
16389Zjištění přítomnosti daného klíče ve slovníku Determine if a given key is in the dictionary.
16390Získání pole se všemi položkami ze slovníku Get an array containing all items in the dictionary.
16391Změna klíče na jiný Change a key to a different key.
16392Získání pole se všemi klíči ze slovníku Get an array containing all keys in the dictionary.
16393Odstranění daného klíče ze slovníku Remove a given key from the dictionary.
16394Odstranění všech informací ze slovníku Remove all information from the dictionary.
16395Nastavení nebo získání metody pro porovnávání řetězců Set or get the string comparison method.
16396Scripting.Dictionary Scripting.Dictionary
16397Získání kolekce Drives Get drives collection
16398Vytvoření cesty z existující cesty a názvu souboru Generate a path from an existing path and a name
16399Vrácení označení jednotky z cesty Return drive from a path
16400Vrácení cesty k nadřazené složce Return path to the parent folder
16401Vrácení názvu souboru z cesty Return the file name from a path
16402Vrácení základního názvu souboru z cesty Return base name from a path
16403Vrácení přípony z cesty Return extension from path
16404Vrácení kanonické reprezentace cesty Return the canonical representation of the path
16405Vytvoření názvu, který lze použít pro dočasný soubor Generate name that can be used to name a temporary file
16406Kontrola existence jednotky nebo sdílené položky Check if a drive or a share exists
16407Kontrola existence souboru Check if a file exists
16408Kontrola existence cesty Check if a path exists
16409Získání jednotky nebo názvu UNC sdílené položky Get drive or UNC share
16410Získání souboru Get file
16411Získání složky Get folder
16412Získání umístění různých systémových složek Get location of various system folders
16413Odstranění souboru Delete a file
16414Odstranění složky Delete a folder
16415Přesunutí souboru Move a file
16416Přesunutí složky Move a folder
16417Kopírování souboru Copy a file
16418Kopírování složky Copy a folder
16419Vytvoření složky Create a folder
16420Vytvoření souboru ve formátu TextStream Create a file as a TextStream
16421Otevření souboru ve formátu TextStream Open a file as a TextStream
16422Rozhraní objektu Drive Drive Interface
16423Cesta Path
16424Písmeno jednotky Drive letter
16425Název sdílené položky Share name
16426Typ jednotky Drive type
16427Kořenová složka Root folder
16428Získání velikosti místa k dispozici Get available space
16429Získání velikosti volného místa na jednotce Get drive free space
16430Získání velikosti celkového místa na jednotce Get total drive size
16431Název svazku Name of volume
16432Typ systému souborů Filesystem type
16433Sériové číslo Serial number
16434Kontrola dostupnosti disku Check if disk is available
16435Rozhraní kolekce Drive Drive Collection Interface
16436Získání jednotky Get drive
16437Počet jednotek Number of drives
16438Rozhraní objektu Folder Folder Interface
16439Cesta ke složce Path to folder
16440Získání názvu složky Get name of folder
16441Nastavení názvu složky Set name of folder
16442Zkrácená cesta Short path
16443Zkrácený název Short name
16444Získání jednotky, která obsahuje složku Get drive that contains folder
16445Získání nadřazené složky Get parent folder
16446Atributy složky Folder attributes
16447Datum vytvoření složky Date folder was created
16448Datum poslední změny složky Date folder was last modified
16449Datum posledního přístupu do složky Date folder was last accessed
16450Popis typu Type description
16451Odstranění této složky Delete this folder
16452Kopírování této složky Copy this folder
16453Přesunutí této složky Move this folder
16454Hodnota True, pokud se jedná o kořenovou složku True if folder is root
16455Celková velikost souborů a podsložek Sum of files and subfolders
16456Získání kolekce Folders Get folders collection
16457Získání kolekce Files Get files collection
16459Rozhraní kolekce Folder Folder Collection Interface
16460Vytvoření nové složky Create a new folder
16462Počet složek Number of folders
16463Rozhraní objektu File File Interface
16464Cesta k souboru Path to the file
16465Získání názvu souboru Get name of file
16466Nastavení názvu souboru Set name of file
16469Získání jednotky, která obsahuje soubor Get drive that contains file
16470Získání složky, která obsahuje soubor Get folder that contains file
16471Atributy souboru File attributes
16472Datum vytvoření souboru Date file was created
16473Datum poslední změny souboru Date file was last modified
16474Datum posledního přístupu k souboru Date file was last accessed
16475Velikost souboru File size
16477Odstranění tohoto souboru Delete this file
16478Kopírování tohoto souboru Copy this file
16479Přesunutí tohoto souboru Move this file
16481Rozhraní kolekce File File Collection Interface
16484Rozhraní Scripting.TextStream Scripting.TextStream Interface
16485Číslo aktuálního řádku Current line number
16486Číslo aktuálního sloupce Current column number
16487Je aktuální pozice na konci proudu? Is the current position at the end of the stream?
16488Je aktuální pozice na konci řádku? Is the current position at the end of a line?
16489Načtení určitého počtu znaků do řetězce Read a specific number of characters into a string
16490Načtení celého řádku do řetězce Read an entire line into a string
16491Načtení celého proudu do řetězce Read the entire stream into a string
16492Zápis řetězce do proudu Write a string to the stream
16493Zápis řetězce a znaku pro konec řádku do proudu Write a string and an end of line to the stream
16494Zápis daného počtu prázdných řádků do proudu Write a number of blank lines to the stream
16495Přeskočení určeného počtu znaků Skip a specific number of characters
16496Přeskočení řádku Skip a line
16497Zavření textového proudu Close a text stream
16498Objekt FileSystem FileSystem Object
16499Objekt Drive Drive Object
16500Kolekce jednotek přiřazených písmenům jednotek Collection of drives associated with drive letters
16501Objekt Folder Folder object
16502Kolekce podsložek ve složce Collection of subfolders in a folder
16503Objekt File File object
16504Kolekce souborů ve složce Collection of files in a folder
16505Objekt TextStream TextStream object
16507Objekt Script Encoder Script Encoder Object
16508Rozhraní Script Encoder Script Encoder Interface
16509Objekt HTML Host Encode HTML Host Encode Object
16510Objekt ASP Host Encode ASP Host Encode Object
16511Volání objektu Encoder určeného proměnnou szExt s předanou proměnnou bstrStreamIn a nepovinnými argumenty Call the Encoder determined by szExt, passing bstrStreamIn and optional arguments
16512Načtení standardního vstupního, výstupního nebo chybového proudu Retrieve the standard input, output or error stream
16515Načtení verze určeného souboru do řetězce 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_cs-cz_58ea2eeca94803a6\
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:Czech
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.všechna práva vyhrazena.
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_cs-cz_fccb9368f0ea9270\

What is scrrun.dll.mui?

scrrun.dll.mui is Multilingual User Interface resource file that contain Czech 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.všechna práva vyhrazena.
Original Filename:scrrun.dll.mui
Product Name:Microsoft ® Script Runtime
Product Version:5.812.10240.16384
Translation:0x405, 1200