More doc updates.
This commit is contained in:
parent
d139a4b39e
commit
038f7f7bba
1147
JetCore.log
1147
JetCore.log
File diff suppressed because it is too large
Load Diff
BIN
JetCore.pdf
BIN
JetCore.pdf
Binary file not shown.
19
JetCore.txt
19
JetCore.txt
@ -1,4 +1,4 @@
|
|||||||
\documentclass{refman}
|
\documentclass{book}
|
||||||
|
|
||||||
\title{JET Extension Tags}
|
\title{JET Extension Tags}
|
||||||
\author{Bradford Matthew Arant Sr.}
|
\author{Bradford Matthew Arant Sr.}
|
||||||
@ -87,6 +87,23 @@ perform the operations that JET provides.
|
|||||||
|
|
||||||
Use the call tag to evoke an executable file from a jet script.
|
Use the call tag to evoke an executable file from a jet script.
|
||||||
|
|
||||||
|
The atrributes are:
|
||||||
|
|
||||||
|
pgm
|
||||||
|
|
||||||
|
argn
|
||||||
|
|
||||||
|
name
|
||||||
|
|
||||||
|
input
|
||||||
|
|
||||||
|
\begin{verbatim}
|
||||||
|
<call pgm="ls" arg1="-al" name="listing" />
|
||||||
|
\end{verbatim}
|
||||||
|
|
||||||
|
will call the ls command with parameter -al and place the output into
|
||||||
|
a variable named 'listing'.
|
||||||
|
|
||||||
\section{comment}
|
\section{comment}
|
||||||
|
|
||||||
Use the comment tag to create a section in the jet script that can be
|
Use the comment tag to create a section in the jet script that can be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user