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
Post a Comment