Servertec iScript Preprocessor
M E N U

Content
Introduction
Release Notes
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Referance Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Wrappers
Server Side
Preprocessor
Executable
Make
Samples
Legal
Feedback

 


iScript Preprocessor focuses on the needs of server side web site developers. iScript Preprocessor can be used to generate static web pages.

Syntax

    pp { -c{ompile} } { -l{ist} } { -v{erbose} } [ -f{ile} filename | inputfile { outputfile } ]

Parameters

    -compile         compile only, generates pcode, but does not run.
    -list            display statements, useful when debugging iScript scriptlets.
    -verbose    display verbose error messages, useful when debugging iScript scriptlets.
    filename     the name of the file containing files to process. Each line uses the following format
                       inputfile { outputfile }
    inputfile      the name of the input file.
    outputfile    the name of a output file.
                       filename.out    if none specified, changes the inputfile's extension to out.
                       inputfile.ext     if *.ext used, changes the inputfile's extension to the specified extension.

Returns

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

Example

    pp make.tf
    creates make.out using make.tf
    pp home.tf home.html
    creates home.html using home.tf
    pp page.jtf *.java
    creates page.java using page.jtf
    pp -file file.lst
    processes each file in file.lst
top of page
Built with iScript Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Wed Apr 15 00:16:38 EDT 1998