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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Send_SIGINT_to_process <ProcessName>

Example

Send_SIGINT_to_process target.exe

About

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

License:MIT License


Languages

Language:C++ 100.0%