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
|