ASP Tutorials - Herong's Tutorial Examples
Dr. Herong Yang, Version 5.00

What Is scrrun.dll?

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.

Last update: 2002.

Table of Contents

 About This Book

 ASP (Active Server Pages) Introduction

 IIS (Internet Information Services) 5.0

 MS Script Debugger

 VBScript Language

 ASP Built-in Run-time Objects

 ASP Session

 Creating and Managing Cookies

 Managing Sessions with and without Cookies

scrrun.dll - Scripting Runtime DLL

What Is scrrun.dll?

 "Dictionary" Class - Collection of Key-Value Pairs

 "FileSystemObject" Class - File System

 "Drive" Class - Disk Drive

 "Folder" Class - File Folder

 "File" Class - File Folder

 "TextStream" Class - Input or Output Stream

 Managing Response Header Lines

 Calculation Speed and Response Time

 ADO (ActiveX Data Object) DLL

 Working with MS Access Database

 Guest Book Application Example

 References

 PDF Printing Version

Dr. Herong Yang, updated in 2010
What Is scrrun.dll?