Hi guys,
I've written a small batch script which itself calls Windows Scripting
Host (cscript.exe), the purpose being that a remote webcam start
broadcasting images. It all works well, but I'd like to be able to
cancel this broadcasting script via another script, as I am actually
connected to the host computer via ssh. In Unix, it'd be easy, a simple
pipe "ps x | grep <scriptname> | kill" would get the process ID and
kill it, but there is no such things on Windows. So does anyone know a
scriptable way to stop another running script?
Thanks
Dietmar
Pickle - 28 Sep 2005 15:58 GMT
...this might help
http://www.beyondlogic.org/solutions/processutil/processutil.htm
> Hi guys,
>
[quoted text clipped - 10 lines]
>
> Dietmar
Michael Evanchik - 29 Sep 2005 02:36 GMT
um actually there is, look at c:\taskkill
Michael Evanchik
www.michaelevanchik.com
> Hi guys,
>
[quoted text clipped - 10 lines]
>
> Dietmar