Applicable in Init-class directives.
The nt-console-init function enables the Windows console, which is the command-line shell that displays standard output and error streams.
The following table describes the parameter for the nt-console-init function.
Table 5–15 nt-console-init Parameters
Parameter |
Description |
---|---|
Directs error messages to the Windows console. The required and only value is console. |
|
Directs output to the Windows console. The required and only value is console. |
Init fn="nt-console-init" stdout=console stderr=console |