Hi, I'm new here so please be gentle. I've got a script running a permanent loop which runs another script which shadows two filesystems on different NT boxes using FTP. How can I tell which Perl scripts are running on the box. The process list only shows that an instance of Perl.exe is running for each script, and there are other Perl applications on the box. Basically I just want to see if my script is running and restart it if it isn't.
Thanks in advance.
Knot