Commands :
Toggle automatic sounding of the bell during full-screen operations
SET BELL on | OFF | <xlToggle>
Define screen colors
SET COLOR | COLOUR TO [ [<standard>]
[, <enhanced>] [, <border>] [, <background> ]
[, <unselected>]] | ( <cColorString> )
Set the default drive and directory
SET DEFAULT TO [ <xcPathspec> ]
Assign a character string to a function key
SET FUNCTION <nFunctionKey> TO <cString>
Set the size of the keyboard buffer
SET TYPEAHEAD TO <nKeyboardSize>
Functions :
Return the current DOS directory
CURDIR( [ <cDrivespec> ] ) --> cDirectory
Return the space available on a specified disk
DISKSPACE( [ <nDrive> ] ) --> nBytes
Return function key name
FKLABEL( <nFunctionKey> ) --> cKeyLabel
Return number of function keys as a constant
FKMAX() --> nFunctionKeys
Retrieve the contents of a DOS environment variable
GETENV( <cEnvironmentVariable> ) --> cString
Determine if the current computer has color compatibility
ISCOLOR() | ISCOLOUR() --> lBoolean
Determine the maximum visible screen row
MAXROW() --> nRow
Determine the maximum visible screen column
MAXCOL() --> nColumn
Determine the amount of available free pool memory
MEMORY( <nMemoryType> ) --> nKbytes
Toggle snow position
NOSNOW( <lToggle> ) --> NIL
Return the operating system name
OS() --> cOSName
Inspect or change a global setting
SET( <nSpecifier>, [<expNewSetting>], [<lOpenMode> ] )
--> CurrentSetting
Sound a speaker tone for a specified frequency and duration
TONE( <nFrequency>, <nDuration> ) --> NIL
Returns Clipper Compiler version
VERSION() --> cVersion