INTSS - tell whether running in batch or TSS.

Usage:

function intss : boolean; extern;
...
if intss then ... else ...

Description:

INTSS returns TRUE if the program is running under TSS and the standard input file is the terminal, and FALSE otherwise.

Copyright © 1996, Thinkage Ltd.