Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
run_external_process [2015/10/13 17:55] admin |
run_external_process [2016/10/31 16:28] (current) admin [Notes] |
||
|---|---|---|---|
| Line 46: | Line 46: | ||
| Where PROMPT_COMMAND_OR_BATCH_FILE_NAME is the command which you want to execute or the complete path and file name of the batch file. | Where PROMPT_COMMAND_OR_BATCH_FILE_NAME is the command which you want to execute or the complete path and file name of the batch file. | ||
| + | |||
| + | The output produced by the process is shown as "info" in the message log, but only if and while the application is blocked waiting for the process execution to complete. | ||
| + | |||
| + | Any error output produced by the process is shown as "error" in the message log, but only if the execution of the process itself ends in a error. Otherwise, the error output is ignored. | ||
| ===== Internal Name ===== | ===== Internal Name ===== | ||