OS Property

Provides access to a string identifying the operating system as either Windows 95 or 98, or Windows NT.

Syntax

SystemManager.OS

Access

Read only.

Return Type

String.

Example

To access the operating system description, enter:

Dim OSDesc, obj
Set obj = CreateObject("OpScrUtil.SystemManager")
OSDesc = obj.OS