PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
![]() | ![]() | ![]() | ![]() | ![]() |
Switch /Option:OptionParameters |
This is a PPWIZARD command line switch.
The "OptionParameters" is basically anything that is acceptable on the #option command.
When PPWIZARD starts it sets up a default value for each option. This switch allows you to modify the value to suit your needs.
Warning |
You may need to be careful about some of the characters used on a command line or when setting an environment variable. For example from an OS/2 command prompt you can not set an environment variable to a value that contains an equal sign, you would need to use '{x3D}' (its ASCII code in hexadecimal) instead.
Example - Treat ALL Warnings as Errors |
ppwizard.rex bookmark.IT /option:Warnings=~+*~
Example - Specify Tab Handling |
The following tells PPWIZARD how to handle tabs (every 4 characters) and means that tabs in your source code will not cause warnings to be generated):
ppwizard.rex bookmark.IT /option:Tabs='4'