scrrun.dll.mui Microsoft ® Script Runtime b8900ca9d16c6c87636731adb8151bfc

File info

File name: scrrun.dll.mui
Size: 10240 byte
MD5: b8900ca9d16c6c87636731adb8151bfc
SHA1: 896c40f048c84151927470b76f9262567f6fd1fb
SHA256: 33daa49f813cf9f8e413691c5fc0a5d38a08e1db8bd40c33f87366be5b1052e3
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Polish 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 Polish English
1001scrrn scrrn
16384Microsoft Scripting Runtime Microsoft Scripting Runtime
16385Interfejs Scripting.Dictionary Scripting.Dictionary Interface
16386Ustawia lub pobiera element dla podanego klucza. Set or get the item for a given key
16387Dodaje nowy klucz i element do słownika. Add a new key and item to the dictionary.
16388Pobiera liczbę elementów w słowniku. Get the number of items in the dictionary.
16389Określa czy podany klucz jest w słowniku. Determine if a given key is in the dictionary.
16390Pobiera tablicę zawierającą wszystkie elementy w słowniku. Get an array containing all items in the dictionary.
16391Zmienia klucz na inny klucz. Change a key to a different key.
16392Pobiera tablicę zawierającą wszystkie klucze w słowniku. Get an array containing all keys in the dictionary.
16393Usuwa podany klucz ze słownika. Remove a given key from the dictionary.
16394Usuwa wszystkie informacje ze słownika. Remove all information from the dictionary.
16395Ustawia lub pobiera metodę porównywania ciągów. Set or get the string comparison method.
16396Scripting.Dictionary Scripting.Dictionary
16397Pobiera kolekcję dysków. Get drives collection
16398Tworzy ścieżkę z istniejącej ścieżki i nazwy. Generate a path from an existing path and a name
16399Zwraca dysk ze ścieżki. Return drive from a path
16400Zwraca ścieżkę do folderu nadrzędnego. Return path to the parent folder
16401Zwraca nazwę pliku ze ścieżki. Return the file name from a path
16402Zwraca nazwę bazową ze ścieżki. Return base name from a path
16403Zwraca rozszerzenie ze ścieżki. Return extension from path
16404Zwraca reprezentację kanoniczną ścieżki. Return the canonical representation of the path
16405Generuje nazwę, która może być używana do nazwania pliku tymczasowego. Generate name that can be used to name a temporary file
16406Sprawdza, czy dysk lub udział istnieje. Check if a drive or a share exists
16407Sprawdza, czy plik istnieje. Check if a file exists
16408Sprawdza, czy ścieżka istnieje. Check if a path exists
16409Pobiera dysk lub udział UNC. Get drive or UNC share
16410Pobiera plik. Get file
16411Pobiera folder. Get folder
16412Pobiera lokalizacje różnych folderów systemowych. Get location of various system folders
16413Usuwa plik. Delete a file
16414Usuwa folder. Delete a folder
16415Przenosi plik. Move a file
16416Przenosi folder. Move a folder
16417Kopiuje plik. Copy a file
16418Kopiuje folder. Copy a folder
16419Tworzy folder. Create a folder
16420Tworzy plik jako obiekt TextStream. Create a file as a TextStream
16421Otwiera plik jako obiekt TextStream. Open a file as a TextStream
16422Interfejs dysków Drive Interface
16423Ścieżka Path
16424Litera dysku Drive letter
16425Nazwa udziału Share name
16426Typ dysku Drive type
16427Folder nadrzędny Root folder
16428Pobiera ilość dostępnego miejsca. Get available space
16429Pobiera ilość wolnego miejsca na dysku. Get drive free space
16430Pobiera całkowity rozmiar dysku. Get total drive size
16431Nazwa woluminu Name of volume
16432Typ systemu plików Filesystem type
16433Numer seryjny Serial number
16434Sprawdza, czy dysk jest dostępny. Check if disk is available
16435Interfejs kolekcji dysków Drive Collection Interface
16436Pobierz dysk Get drive
16437Liczba dysków Number of drives
16438Interfejs folderów Folder Interface
16439Ścieżka do folderu Path to folder
16440Pobierz nazwę folderu Get name of folder
16441Ustaw nazwę folderu Set name of folder
16442Krótka ścieżka Short path
16443Krótka nazwa Short name
16444Pobierz dysk zawierający folder Get drive that contains folder
16445Pobierz folder nadrzędny Get parent folder
16446Atrybuty folderu Folder attributes
16447Data utworzenia folderu Date folder was created
16448Data ostatniej modyfikacji folderu Date folder was last modified
16449Data ostatniego dostępu do folderu Date folder was last accessed
16450Opis typu Type description
16451Usuń ten folder Delete this folder
16452Kopiuj ten folder Copy this folder
16453Przenieś ten folder Move this folder
16454Prawda, jeśli folder jest główny True if folder is root
16455Suma plików i podfolderów Sum of files and subfolders
16456Pobierz kolekcję folderów Get folders collection
16457Pobierz kolekcję plików Get files collection
16459Interfejs kolekcji folderów Folder Collection Interface
16460Utwórz nowy folder Create a new folder
16462Liczba folderów Number of folders
16463Interfejs plików File Interface
16464Ścieżka do pliku Path to the file
16465Pobierz nazwę pliku Get name of file
16466Ustaw nazwę pliku Set name of file
16469Pobierz dysk, który zawiera plik Get drive that contains file
16470Pobierz folder, który zawiera plik Get folder that contains file
16471Atrybuty pliku File attributes
16472Data utworzenia pliku Date file was created
16473Data ostatniej modyfikacji pliku Date file was last modified
16474Data ostatniego dostępu do pliku Date file was last accessed
16475Rozmiar pliku File size
16477Usuń ten plik Delete this file
16478Kopiuj ten plik Copy this file
16479Przenieś ten plik Move this file
16481Interfejs kolekcji plików File Collection Interface
16484Interfejs Scripting.TextStream Scripting.TextStream Interface
16485Bieżący numer wiersza Current line number
16486Bieżący numer kolumny Current column number
16487Czy bieżąca pozycji wypada na końcu strumienia? Is the current position at the end of the stream?
16488Czy bieżąca pozycja wypada na końcu wiersza? Is the current position at the end of a line?
16489Wczytaj podaną liczbę znaków do ciągu Read a specific number of characters into a string
16490Wczytaj cały wiersz do ciągu Read an entire line into a string
16491Wczytaj cały strumień do ciągu Read the entire stream into a string
16492Zapisz ciąg do strumienia Write a string to the stream
16493Zapisz ciąg i koniec wiersza w strumieniu Write a string and an end of line to the stream
16494Zapisz podaną liczbę pustych wierszy do strumienia Write a number of blank lines to the stream
16495Pomiń podaną liczbę znaków Skip a specific number of characters
16496Pomiń wiersz Skip a line
16497Zamknij strumień tekstowy Close a text stream
16498Obiekt FileSystem FileSystem Object
16499Obiekt Drive Drive Object
16500Kolekcja dysków skojarzona z literami dysków Collection of drives associated with drive letters
16501Obiekt Folder Folder object
16502Kolekcja podfolderów folderu Collection of subfolders in a folder
16503Obiekt File File object
16504Kolekcja plików w folderze Collection of files in a folder
16505Obiekt TextStream TextStream object
16506FileSystemObject FileSystemObject
16507Obiekt Script Encoder Script Encoder Object
16508Interfejs Script Encoder Script Encoder Interface
16509Obiekt HTML Host Encode HTML Host Encode Object
16510Obiekt ASP Host Encode ASP Host Encode Object
16511Wywołaj koder określony przez szExt, przekazując argument bstrStreamIn i opcjonalne argumenty Call the Encoder determined by szExt, passing bstrStreamIn and optional arguments
16512Pobiera ze standardowego wejścia, wyjścia lub strumienia błędów Retrieve the standard input, output or error stream
16515Pobieranie wersji określonego pliku do ciągu znaków 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_pl-pl_9b88c628fe6cc9bf\
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:Polish
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. Wszelkie prawa zastrze¿one.
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_pl-pl_3f6a2aa5460f5889\

What is scrrun.dll.mui?

scrrun.dll.mui is Multilingual User Interface resource file that contain Polish 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. Wszelkie prawa zastrze¿one.
Original Filename:scrrun.dll.mui
Product Name:Microsoft ® Script Runtime
Product Version:5.812.10240.16384
Translation:0x415, 1200