Echo Command

Echoes text to the message window or to a file

Echo <text>

Parameters

/append

If present text is appended to filename . If filename does not exist, it is created.

/box

Text is output inside a box composed of asterix characters. This is useful for titles and headings. Currently only works correctly when used with /file or /append.

/debug

/file

If present text is output to filename . If filename exists, it is overwritten.

/handle

File handle as returned by the function OpenFile . Text will output the file referenced by this handle.

/html

If present text is assumed to be html formatted.

/list

/page

Prefixes output with a ASCII form feed character.