Use this statement to launch an executable file from within Interactive SQL.
system ‘[path] file_name’
path – the path to the Notepad program.
file_name – file name of the program you are launching.
This example launches the Notepad program, assuming that the Notepad executable is in your path.
system ’notepad.exe’
Launches the specified executable file.
The system statement must be entirely contained on one line.
Comments are not allowed at the end of a system statement.
Enclose the path and file name in single quotation marks.
Any user can run this command.
None.
connect