D
Dietmar Hochsteing
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
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