Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>os()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 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 the
        current workstation is running:

        ? OS()                  // Result: DOS 3.3

 Files:  Library is CLIPPER.LIB.

See Also: GETENV() VERSION()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson