PPWIZARD Manual
[Bottom][Contents][Search][Prev]: /Info[Next]: /OnOK

Switch /OnERROR[:FailedCommandLine]

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 "FailedCommandLine" if non-blank specifies the command line of a command which is to be executed if ppwizard fails for any reason.

A typical use for this would be to display the output in a viewer or editor. This could be very handy if you wish to work in a GUI (graphical) environment such as Windows Explorer or the OS/2 WPS.

The /OnOk switch is closely related to this one.

Some Command Parameters

The command may contain the following strings:

Example

    set ppwizard_errorfile=out\1.$$E
    set ppwizard_consolefile=+out\1.$$C
    regina out\ppwizard.rex 1.in /OnOK:notepad{x20}{ConsoleFile} /OnERROR:notepad{x20}{ErrorFile} /output:out\1.htm /debug  >nul 2>&1
    


[Top][Contents][Search][Prev]: /Info[Next]: /OnOK

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Tuesday January 02 2001 at 7:37am