system

Description

Launches an executable file from within Interactive SQL.

Syntax

system ‘[path] file_name

Parameters

path

is the path to the Notepad program

file_name

is the file name of the program you are launching.

Examples

Example 1

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 execute this command.

See also

connect