HOST

Syntax

HOST <command>;

Description

Performs an operating system command on the client host and then returns to EXAplus. Single and double quotes have to be doubled like in SQL strings.

It's not possible to use programs that expect input from the keyboard with the HOST command.

Example

host cat test.sql;