Servertec iPP
M E N U

Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iPP
Templates
Constants
Identifiers
Operators
Directives
Macros
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 suppresses display of copyright message.
    -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 occurred.
    -1 if an error occurred.

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: Sun Aug 23 19:54:00 PDT 1998