Ctrl+C on a `dnx`-invoked tool shows an unescapable Windows Batch termination dialog
Open
Area-Tools
untriaged
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
### Is your feature request related to a problem? Please describe.
We invoke .exe in multi-RID packages by wrapping them in a batch script, but that means when you Ctrl+c to terminate the command, you get the following output all the time:
```cmd
Terminate batch job (Y/N)
```
That's very unattractive.
### Describe the solution you'd like
We should have a way to invoke the tools that doesn't clutter the terminal.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.