PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
![]() | ![]() | ![]() | ![]() | ![]() |
Switch /BuildTitle:TextSpec |
This is a PPWIZARD command line switch.
When PPWIZARD starts preprocessing it normally displays a title similar to "Making - this.htm", this switch allows you to modify what is displayed.
You can specify text for each of the possible processing modes (COPY, HTML, OTHER /POWERSHELL and REXX).
The "TextSpec" parameter is of the format "/Mode/Text" (the text if blank reverts to default).
The Text may contain the following special text:
Example |
The following sets up the "making" text for the rexx processing mode.
ppwizard /BuildTitle:/REXX/We{x20}are{x20}making{x20}REXX{x20}CODE{x20}-{x20}{OL}
This is doing exactly the same thing:
ppwizard ~/BuildTitle:/REXX/We are making REXX CODE - {OL}~