C5_OS

 OS()
 Return the operating system name
------------------------------------------------------------------------------
 Syntax

     OS() --> cOsName

 Returns

     OS() returns the operating system name as a character string.

 Description

     OS() is an environment function that returns the name of the disk
     operating system under which the current workstation is operating.  The
     name is returned in the form of the operating system name followed by
     the version number.

 Examples

     .  This example uses OS() to report the operating system under
        which the current workstation is running:

        ? OS()                  // Result: DOS 6.0

 Files   Library is CLIPPER.LIB.

See Also: VERSION()

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.