EXECUTE FILE
This command will shell execute a file. The commandline is used to pass additional data into the file being executed. The directory is used to optionally specify a directory other than the current directory. The file must exist or the command will fail. Passing a document, rather than an executable as the filename will cause the document to be opened. If the optional Wait Flag value is set to one, then the application will wait until the executable has finished.
SYNTAX
EXECUTE FILE Filename, Commandline, Directory
EXECUTE FILE Filename, Commandline, Directory, Wait Flag
RELATED INFO
FILE Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example