system

Description

Use this statement to launch an executable file from within Interactive SQL.

Syntax

system ‘[path] file_name

Parameters

Examples

This example launches the Notepad program, assuming that the Notepad executable is in your path.

system ’notepad.exe’ 

Usage

Launches the specified executable file.

Permissions

Any user can run this command.

Side effects

None.

See also

connect