PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: PPWIZARD_COLOR_DEFAULT[Next]: PPWIZARD_COLOR_HIGHLIGHT
\ -> Configuration -> Environment Variables -> Color Configuration -> PPWIZARD_COLOR_ERROR

Environment Variable - PPWIZARD_COLOR_ERROR

This environment variable can be used to set the color used in error messages. The default color is bright red. 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_ERROR={magenta} 

The following is an example when ANSI color codes are being used (the "{x1B}" string represents the escape character):

 set PPWIZARD_COLOR_ERROR={x1B}[0;32m 

The following is an example of how it can be configured via the command line:

 /ColorCfg:ERROR={yellow} 


email me  any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Search][Prev]: PPWIZARD_COLOR_DEFAULT[Next]: PPWIZARD_COLOR_HIGHLIGHT


PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Saturday May 28 2022 at 2:55pm