Launches an executable file from within Interactive SQL.
system ‘[path] file_name’
is the path to the Notepad program
is the file name of the program you are launching.
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 execute this command.
Copyright © 2005. Sybase Inc. All rights reserved. |