Launches an executable file from within Interactive SQL.
system ‘[path] file_name’
system 'notepad.exe'
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 execute this command.