SIGTERM for Windows
Synopsis
sigterm.exe /pid <int> [/timeout <int>] [/kill] [/silent] [/hide]
sigterm.exe /name <string> [/single] [/nocase] [/stop] [/timeout <int>] [/kill] [/silent] [/hide]
sigterm.exe /list
sigterm.exe /help
Description
- /pid <int> Close process with ID equal to <int>.
- /name <string> Close processes with name like <string>.
- /timeout <int> Wait specified number of milliseconds for process termination.
- /kill Kill process when could not be closed.
- /silent Silent mode.
- /hide Hide console window.
- /single Do not close processes when found more than one with given name.
- /nocase Ignore case in name of process.
- /stop Stop on first CLOSE / KILL error.
- /list Show list of processes.
- /help Show help.
Exit code
0 - done successfully, 1 - error occurred.
Screens
Sample usage
sigterm.exe /pid 1234
Close process with ID equal to 1234.
sigterm.exe /name "notepad"
Close processes with name like "notepad".
sigterm.exe /name "notepad" /single /timeout 1000 /hide /silent
Close process with name like "notepad", timeout 1000 ms,
hide console window, silent mode.
Supported Operating Systems
Windows: all (requirement: .NET Framework 2.0).
Awards
License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software without limitation the rights to use and copy. Modification, decompilation, disassembly, merge, sublicense and/or sell this software prohibited.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Download
Go to downloads.