Hi there,
I'm not a programmer and would really appricate some help here. I need a
VB script to get the PID of a running process from the name and then
kill it and/or restart it. I read about taskkill, but that opens a DOS
box and requires the name of the process, the PID of which changes.
Don't ask me to study examples as when I learned BASIC we were still
using single letter variable names ..
$winkill "someProcess" .. kill it ...
$winkill -r "someProcess" .. kill it and restart ...



