Servertec | iScript Preprocessor | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
iScript Preprocessor focuses on the needs of server side web site developers. iScript Preprocessor can be used to generate static web pages. Syntaxpp { -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. Returnsreturncode 0 if no errors occured.-1 if an error occured. Example
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
|