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

Environment Variable - PPWIZARD_COLOR_?user

This environment variable can be used to set the user color (any name that begins with "?" is automatically defined by PPWIZARD). The default color is low intensity 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_?user={magenta} 

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

 set PPWIZARD_COLOR_?user={x1B}[0;32m 

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

 /ColorCfg:?user={yellow} 


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

[Top][Contents][Search][Prev]: PPWIZARD_COLOR_WARNING[Next]: PATH


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