An open API service indexing awesome lists of open source software.

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

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
```