This section describes what is scrrun.dll - the Scripting Runtime DLL (Dynamic Link Library) provided by Microsoft with 6 classes: Dictionary, FileSystemObject, Drive, Folder, File, and TextStream.
What Is scrrun.dll?
scrrun.dll is the Scripting Runtime DLL (Dynamic Link Library) provided by Microsoft.
scrrun.dll provides following utility classes for
both IIS Web server side scripting and IE Web browser client side scripting:
Dictionary - Representing a collection of key-value pairs.
FileSystemObject - Representing the file system of the operating system
where the Web server is running.
Drive - Representing a disk drive in a file system.
Folder - Representing a file folder in a file system.
File - Representing a file in a file system.
TextStream - Representing an input or output stream connected to a file.
On Windows 2000 systems, the Scripting Runtime DLL is located at
c:\winnt\system32\scrrun.dll.