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.
SQL/2008 Vendor extension.
The following statement launches the Notepad program if the Notepad executable is in your path.
SYSTEM 'notepad.exe';