Talk:KillProc plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
=== Example === | === Example === | ||
ExecWait "taskkill /f /im ExeToKill.exe" | ExecWait "taskkill /f /im ExeToKill.exe" | ||
:That application is only present on Windows XP and above. --[[User:Kichik|kichik]] 19:43, 10 March 2009 (UTC) |
Revision as of 19:43, 10 March 2009
There's a simple alternative to the KillProc plugin on windows. The following example would terminate all processes with the name "ExeToKill.exe"...
Example
ExecWait "taskkill /f /im ExeToKill.exe"
- That application is only present on Windows XP and above. --kichik 19:43, 10 March 2009 (UTC)