Windows functions

Top  Previous  Next

The XBM interface is provided by the XFRAME Enhanced Batch Environment runtime. You just have to turn on xbm feature in the XEBE configuration (xrun.conf)

#
# xrun.conf
#
set xbm

Some special functions are provided by the XEBE runtime to access XBM features.

console

Logs a message on the XBM console log

Syntax

console(message)

Parameters

message

The message string to display in the log

Return code

None.