Tail4win - Tail for Windows »
Use tail command, like "tail -f filename".

parameters: -n, output the last N lines, instead of the last 10. Example: tail -100 abc.log . -f, output appended data as the file grows. -s, with -f, sleep for approximately S seconds (default 1.0) between iterations. Example: tail -f -s 5 abc.log .