PPWizard: Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
==Version== | ==Version== | ||
* Last known version: PPWIZARD version 16.059 (2016-02-28) | * Last known version: PPWIZARD version 16.059 (2016-02-28) | ||
====Known issues==== | |||
PPWizard does not give a correct exit code after it has processed a script, it is almost arbitrary if it flags success or failure, this bug has existed since the late 90's and the author of the program has no interest in tracking it down so is not likely to be corrected at any point in time. While this does not affect the manual use of the script it causes problems if you try to use it with other scripts or programs since there is no way of finding out if PPWizard has correctly processed the scripts except by analysing its output and debug files, and if you are writing a script that does such complex processing you might as well write a custom replacement for the script itself. | |||
==Author== | ==Author== |
Revision as of 04:53, 11 July 2016
PPWizard is a text macro processor primarily intended to be used for generating HTML and IPF (inf) files, but it can be used as a generic pre-processor. Written in REXX.
Note that if you are using PPWizard on a modern version of Microsoft Windows, that the Windows installer of the package installs the whole shebang into the Drive:/Program Files/PPWIZARD folder and installs an outdated version of Regina REXX interpreter in the same folder. You are better off by downloading the OS/2 or generic version of the package and installing that somewhere in your userland where you have full read/write access (e.g. drive:/Users/.../Documents/PPwiz for instance) rather than under "Program files", and you should download a recent version of Regina REXX rather than use the bundled one, they have fewer bugs and the 64bit version is much faster under a 64bit system than the bundled 32 bit one.
Charset support
8 Bit ASCII (256 Characters according to current codepage). No support for Unicode or DBCS.
Version
- Last known version: PPWIZARD version 16.059 (2016-02-28)
Known issues
PPWizard does not give a correct exit code after it has processed a script, it is almost arbitrary if it flags success or failure, this bug has existed since the late 90's and the author of the program has no interest in tracking it down so is not likely to be corrected at any point in time. While this does not affect the manual use of the script it causes problems if you try to use it with other scripts or programs since there is no way of finding out if PPWizard has correctly processed the scripts except by analysing its output and debug files, and if you are writing a script that does such complex processing you might as well write a custom replacement for the script itself.