NsProcess plugin: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Instructor (talk | contribs) No edit summary |
Instructor (talk | contribs) (→Links) |
||
Line 3: | Line 3: | ||
== Links == | == Links == | ||
Download v1. | Download v1.1:<br> | ||
<attach>nsProcess.zip</attach> | <attach>nsProcess.zip</attach> | ||
Revision as of 16:17, 4 January 2006
Author: Instructor (talk, contrib) |
Links
Download v1.1:
nsProcess.zip (14 KB)
Discussion:
Forum thread
Description
Features:
- Find/kill a process by name
- Kill all processes with specified name (not only one)
- The process name is case-insensitive
- Win95/98/ME/NT/2000/XP support
- Small plugin size (4,5 Kb)
Thanks
Ravi Kochhar (source function FIND_PROC_BY_NAME based upon his code)
iceman_k (Find_Process_By_Name) and DITMan (KillProcDLL_Manual) for direct me