Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Killing an Application in Windows NT

by RolandGunslinger (Curate)
on Dec 18, 2003 at 14:11 UTC ( [id://315521]=note: print w/replies, xml ) Need Help??


in reply to Killing an Application in Windows NT

Look at Win32::PerfLib for retrieving the task list, with this information you'll get the pid and pname, you could then do a system("kill $pid") to kill the rogue process. Check out cpan.org for the perl module to do this.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://315521]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-03-19 04:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found