Tail a log file as subprocess in Python [Windows box] -


i have subprocess in python kick off produces log file. need subprocess tail log file being generated , obtain results @ end of first subprocess (the thing generates log file).

this needs achieved on windows boxes cannot use tail. have looked get-contents not entirely sure whether can make get-contents persist , return when first subprocess (the log generator) finishes execution.

how achieve this?

i'm not sure think can use tail -f filename log file inside windows batch


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -