Servertec   iScript Executable
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Wrappers
Servlet
Server Side
Preprocessor
Executable
Samples
Sales
Legal
Feedback

 

iScript Executable focuses on the needs of server side Web site developers. iScript Executable can be used to execute iScript programs.

Syntax

    se { -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 occurred.
    -1 if an error occurred.

Example

    se hello.ef
    executes hello.ef
    
    se -file file.lst
    executes each file in file.lst
    
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:19:03 EST 1999