Servertec iScript Executable
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 Executable focuses on the needs of server side web site developers. iScript Executable can be used to execute iScript programs.

Syntax

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

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
    inputfile      the name of the input file.

Returns

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

Example

    ce hello.ef
    executes hello.ef
    ce -file file.lst
    executes 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