You are on page 1of 4

Routine Compilation in TAFJ: (Execute from TAFJ_HOME\bin)

Syntax 1: tCompile <Program Path> <Program Name> // It will compile only one
program.

Syntax 2: tCompile <Program Path> // It will compile all the programs from the given
directory.
Syntax 3: tCompile <Program Name1> <Program Name2> ...... <Program Name (n)>
// It will compile a routine from the default path directory as mentioned in
tafj.properites file.

tafj.properties file under TAFJ_HOME\conf


Program Execute:

Syntax: tRun <Program Name> //To execute the program.

tShow:

Syntax: tShow <Program Name>

tRun EX: // For Application Prompt

You might also like