Servertec iPP
M E N U

Content
Introduction
Release Notes
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Referance Manual
Conventions
Templates
Constants
Identifiers
Operators
Directives
iPP
Legal
Feedback

 


iPP is a preprocessor used to generate web pages and source files from templates.

Syntax

pp { -e } { -nologo } { -v{erbose} } { -i path }
{ -d identifier{=definition} } { -u identifier } inputfile { outputfile }

Parameters

-e used to preserves user comments.
-nologo disables the display of copyright banner.
-verbose display verbose error messages, useful when debugging iPP source files.
-i path append the specified path to the search path for include files.
-d identifier=definition associate the specified definition with the given identifier.
-u identifier remove the specified identifier.
inputfile the name of the template file
outputfile the name of the file to generate
output will be sent to stdio if none is specified

Returns

returncode 0 if no errors occured.
-1 if an error occured.

Example

pp -i templates -d TITLE=Support index.tf index.html
pp -d UNIX index.tf index.html
top of page
Built with iScript Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Tue Jun 30 00:17:54 PDT 1998