PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: /Other[Next]: /Output

Switch /Option:OptionParameters

This is a PPWIZARD command line switch. You can set up your own default switches in the "PPWIZARD_OPTIONS" environment variable or in project files.

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}' (it's ASCII code in hexadecimal) instead.

Example

The following is an extract from a much larger batch file I use:

       set DEBUG=/debug /option:debuglevel=/-all/
       regina.exe ppwizard.rex /option:Warnings="IPFO" PPWIZARD.D %DEBUG% /output:%MAKEHTML%\*.htm
    


[Top][Contents][Search][Prev]: /Other[Next]: /Output

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Thursday January 17 2002 at 6:27pm