![]() |
![]()
| ![]() |
![]()
NAMEdtexec — execute command-based action SYNOPSISdtexec [-openopen_option] [-ttprocidprocid] [-tmptmpfile] [cmd] [cmd_arg ...] DESCRIPTIONXCDE uses the dtexec utility to execute COMMAND actions. In normal usage, XCDE automatically invokes dtexec when it is needed. XCDE users and administrators do not need to interact directly with dtexec. The primary argument for dtexec is the name of a command to execute and any command-line options or arguments for that command. There are several important services that dtexec provides for the commands that it executes. These services are controlled via the options specified in the ``OPTIONS'' section in this document. OPTIONSThe following options are available:
EXIT STATUSThe following exit values are returned:
APPLICATION USAGENormally, application programs do not directly invoke this program. Normally, an application program links with the action service, which then invokes dtexec as needed. Applications should use the waitTime resource to configure the value of the -open_option and the DtexecPath resource to configure the location of dtexec. If cmd writes to stderr, the error messages are time stamped and redirected to the user's errorlog file ($HOME/.dt/errorlog) when open_option is 0. If open_option is set otherwise, the error messages are typically displayed in the terminal window. SEE ALSOdtaction(1), dtactionfile(4).
|