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

Switch /IncludePath[:PathList]

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.

When ppwizard looks for a file (such as when it encounters a #include command) it searches in certain locations. This switch allows you to specify your own locations which will be searched before ppwizard looks in the standard ones.

If you don't supply a parameter ppwizard will forget (drop) any locations you have previously specified otherwise you are supplying a a list of items separated by ";" (or colon for unix). If the item begins with a "*" character then what follows is the name of an environment variable whose contents should be searched otherwise it specifies a directory.

It is a common requirement that the current directory be searched first if you need this to be searched before your supplied paths then you need to tell ppwizard this!

Example

    ppwizard.rex 1.in /IncludePath /IncludePath:.;c:\second;c:\third /IncludePath:c:\fourth
    


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

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