Runs the specified program.
| Category: | External File |
| Returned data type: | Integer |
| Note: | The returned value represents the existing status of the program. If an error occurs, such as the program not found, then -1 is returned. |
execute('cmd.exe','/C',
'"C:\Program Files (x86)\DataFlux\DMStudio\studio24\bin\dmpexec.cmd"',
'-j', '"C:\Repository24\batch_jobs\my data job.ddf"',
'-l', '"C:\temp\log my data job.log"')