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

Environment Variable - PPWIZARD_COLOR_DEFAULT

This environment variable can be used to set the default color. The default color is brown. 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_DEFAULT={magenta} 

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

 set PPWIZARD_COLOR_DEFAULT={x1B}[0;32m 

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

 /ColorCfg:DEFAULT={yellow} 


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

[Top][Contents][Search][Prev]: Color Configuration[Next]: PPWIZARD_COLOR_ERROR


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