TypeCont
TypeCont is a special version to "type" which does not end when the end of
the input file is reached but waits for data appended to the file and then displays it.
(like the unix command: tail -f)
The following usage information is displayed when the
program is started without any parameters:
C:\> typecont
TypeCont Version 1.1
Copyright (C) 1998, 1999 P. Gautschi
typecont [/b] [/n] [/f] filename { filename }
/b type the file contents from the beginning of the file
/n do not display file names
/f check for appended data more often (fast polling)
C:\>
|
|