in reply to Re^3: Killing subprocess in windows
in thread Killing subprocess in windows

there are log files showing the output from STDOUT and STDERR from some processes, not necessarily Perl processes.

I need to display each "active" logfile in a dir in a dedicated window which updates automatically.

This is done with tail -f FILE on Unix, get-content -wait does the analogue on Win

start opens a new "terminal" in parallel for the output.

I don't really know the PID of the process writing to the logfile.

Everything works fine so far, I just need to close the output windows once the logfile is closed. There are hundreds of jobs writing logfiles, I only need to show the active ones.

That's why I need the PID to be able to kill the process reading from a logfile.

> BTW..ich kann deutsch.

fascinating! :)

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^5: Killing subprocess in windows
by Marshall (Canon) on May 21, 2021 at 00:53 UTC
    Dein Englisch ist viel besser als mein Deutsch. Ich wollte nur eine Antwort provozieren. OK. Jetzt muss ich darüber nachdenken.