PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
![]() | ![]() | ![]() | ![]() | ![]() |
Environment Variable - PPWIZARD_COLOR_PromptText |
This environment variable can be used to set the color used for prompt text (waiting for your response). The default color is bright white. See the color configuration section for a list of other colors that can be configured.
This either needs to be a CTEXT color value or the ANSI code depending on which method is used for your operating system. Only Windows NT, 2000 and XP use "CTEXT". The "ReplaceCurlyHexCodes()" routine is used to expand any hard to type characters such as escape ("{x1B}").
Example |
The following is an example when "CTEXT.EXE" is being used:
set PPWIZARD_COLOR_PromptText={magenta}
The following is an example when ANSI color codes are being used (the "{x1B}" string represents the escape character):
set PPWIZARD_COLOR_PromptText={x1B}[0;32m
The following is an example of how it can be configured via the command line:
/ColorCfg:PromptText={yellow}