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 Pages
Preprocessor
Executable
Samples
Legal
Contact Us

 

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
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:08 EDT 2005