Launches an executable file from within Interactive SQL.
SYSTEM '[ path ] filename'
Launches the specified executable file. The path and file name must be enclosed in single quotation marks.
None.
None.
Not in the standard.
The following statement launches the Notepad program if the Notepad executable is in your path.
SYSTEM 'notepad.exe';