(migrated from PowerShell/PowerShell#7080 per @BrucePay's suggestion)
When I cancel a cmd script with Ctrl C, the following dialog pops up:
Terminate batch job (Y/N)?
I understand why this exists, but I'd also like the option to disable it, so cancelling cancels immediately. Judging by Stack Overflow, I'm not the only one
So a request: could we have an environment variable to control this?
(migrated from PowerShell/PowerShell#7080 per @BrucePay's suggestion)
When I cancel a
cmdscript with Ctrl C, the following dialog pops up:I understand why this exists, but I'd also like the option to disable it, so cancelling cancels immediately. Judging by Stack Overflow, I'm not the only one
So a request: could we have an environment variable to control this?