https://github.com/yqs112358/send_sigint_to_process
Kill a console process by send SIGINT(Ctrl + C) signal to target process on Windows platform, just like what kill command does on UNIX systems
https://github.com/yqs112358/send_sigint_to_process
kill posix sigint signal signals
Last synced: 5 months ago
JSON representation
Kill a console process by send SIGINT(Ctrl + C) signal to target process on Windows platform, just like what kill command does on UNIX systems
- Host: GitHub
- URL: https://github.com/yqs112358/send_sigint_to_process
- Owner: yqs112358
- License: mit
- Created: 2022-09-08T13:25:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T15:59:38.000Z (almost 4 years ago)
- Last Synced: 2025-10-08T16:47:44.503Z (9 months ago)
- Topics: kill, posix, sigint, signal, signals
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Send `SIGINT` to process (on Windows platform)
> Help you to kill a console process by send SIGINT(Ctrl + C) signal to target process on Windows platform, just like what `kill` command does on UNIX systems
## Usage
```shell
Send_SIGINT_to_process
```
## Example
```
Send_SIGINT_to_process target.exe
```