Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

Interactive SQL Online Help Interactive SQL Version 16.0 » Using DBISQL commands

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