http://qs1969.pair.com?node_id=366378


in reply to Re: Check if a process is running on Windows
in thread Check if a process is running on Windows

i would have thought that it would be worthwhile to investigate why the tail script dies. had a situation at work recently where my scripts only processed half the file and we didn't notice until later. it took a bit of head scratching to find that the file being processed had an eof character in it. this may not be the answer but, tail will exit if it sees eof in input stream.